From e0bed1e548ac358855b0667253df2ba1cf9e4556 Mon Sep 17 00:00:00 2001 From: Jon Pinhorn Date: Wed, 7 Oct 2015 14:28:55 +0100 Subject: Glyph extensions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add glyphs: Æ, Ð, Þ, æ, ð, þ, ß. --- .../Karmilla Italic-Bold.ufo/features.fea | 49 + .../Karmilla Italic-Bold.ufo/fontinfo.plist | 80 ++ .../Karmilla Italic-Bold.ufo/glyphs/A_E_.glif | 39 + .../Karmilla Italic-Bold.ufo/glyphs/E_th.glif | 43 + .../Karmilla Italic-Bold.ufo/glyphs/T_horn.glif | 41 + .../Karmilla Italic-Bold.ufo/glyphs/ae.glif | 90 ++ .../Karmilla Italic-Bold.ufo/glyphs/contents.plist | 20 + .../Karmilla Italic-Bold.ufo/glyphs/eth.glif | 56 + .../glyphs/germandbls.glif | 57 + .../Karmilla Italic-Bold.ufo/glyphs/thorn.glif | 49 + karmilla_extras/Karmilla Italic-Bold.ufo/lib.plist | 388 ++++++ .../Karmilla Italic-Bold.ufo/metainfo.plist | 10 + .../Karmilla Italic-Regular.ufo/features.fea | 49 + .../Karmilla Italic-Regular.ufo/fontinfo.plist | 80 ++ .../Karmilla Italic-Regular.ufo/glyphs/A_E_.glif | 39 + .../Karmilla Italic-Regular.ufo/glyphs/E_th.glif | 43 + .../Karmilla Italic-Regular.ufo/glyphs/T_horn.glif | 280 ++++ .../Karmilla Italic-Regular.ufo/glyphs/ae.glif | 86 ++ .../glyphs/contents.plist | 20 + .../Karmilla Italic-Regular.ufo/glyphs/eth.glif | 56 + .../glyphs/germandbls.glif | 57 + .../Karmilla Italic-Regular.ufo/glyphs/thorn.glif | 49 + .../Karmilla Italic-Regular.ufo/lib.plist | 386 ++++++ .../Karmilla Italic-Regular.ufo/metainfo.plist | 10 + karmilla_extras/Karmilla-Bold.ufo/features.fea | 17 + karmilla_extras/Karmilla-Bold.ufo/fontinfo.plist | 78 ++ karmilla_extras/Karmilla-Bold.ufo/glyphs/A_E_.glif | 31 + karmilla_extras/Karmilla-Bold.ufo/glyphs/E_th.glif | 35 + .../Karmilla-Bold.ufo/glyphs/T_horn.glif | 33 + karmilla_extras/Karmilla-Bold.ufo/glyphs/ae.glif | 78 ++ .../Karmilla-Bold.ufo/glyphs/contents.plist | 20 + karmilla_extras/Karmilla-Bold.ufo/glyphs/eth.glif | 48 + .../Karmilla-Bold.ufo/glyphs/germandbls.glif | 49 + .../Karmilla-Bold.ufo/glyphs/thorn.glif | 41 + karmilla_extras/Karmilla-Bold.ufo/kerning.plist | 11 + karmilla_extras/Karmilla-Bold.ufo/lib.plist | 583 ++++++++ karmilla_extras/Karmilla-Bold.ufo/metainfo.plist | 10 + karmilla_extras/Karmilla-Regular.ufo/features.fea | 17 + .../Karmilla-Regular.ufo/fontinfo.plist | 68 + .../Karmilla-Regular.ufo/glyphs/A_E_.glif | 31 + .../Karmilla-Regular.ufo/glyphs/E_th.glif | 35 + .../Karmilla-Regular.ufo/glyphs/T_horn.glif | 33 + .../Karmilla-Regular.ufo/glyphs/ae.glif | 78 ++ .../Karmilla-Regular.ufo/glyphs/contents.plist | 20 + .../Karmilla-Regular.ufo/glyphs/eth.glif | 48 + .../Karmilla-Regular.ufo/glyphs/germandbls.glif | 49 + .../Karmilla-Regular.ufo/glyphs/thorn.glif | 41 + karmilla_extras/Karmilla-Regular.ufo/lib.plist | 583 ++++++++ .../Karmilla-Regular.ufo/metainfo.plist | 10 + karmilla_extras/Karmilla_Extras.glyphs | 1307 ++++++++++++++++++ karmilla_extras/Karmilla_Italic_Extras.glyphs | 1404 ++++++++++++++++++++ 51 files changed, 6835 insertions(+) create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/features.fea create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/fontinfo.plist create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/A_E_.glif create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/E_th.glif create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/T_horn.glif create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/ae.glif create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/contents.plist create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/eth.glif create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/germandbls.glif create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/thorn.glif create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/lib.plist create mode 100644 karmilla_extras/Karmilla Italic-Bold.ufo/metainfo.plist create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/features.fea create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/fontinfo.plist create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/A_E_.glif create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/E_th.glif create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/T_horn.glif create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/ae.glif create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/contents.plist create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/eth.glif create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/germandbls.glif create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/thorn.glif create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/lib.plist create mode 100644 karmilla_extras/Karmilla Italic-Regular.ufo/metainfo.plist create mode 100644 karmilla_extras/Karmilla-Bold.ufo/features.fea create mode 100644 karmilla_extras/Karmilla-Bold.ufo/fontinfo.plist create mode 100644 karmilla_extras/Karmilla-Bold.ufo/glyphs/A_E_.glif create mode 100644 karmilla_extras/Karmilla-Bold.ufo/glyphs/E_th.glif create mode 100644 karmilla_extras/Karmilla-Bold.ufo/glyphs/T_horn.glif create mode 100644 karmilla_extras/Karmilla-Bold.ufo/glyphs/ae.glif create mode 100644 karmilla_extras/Karmilla-Bold.ufo/glyphs/contents.plist create mode 100644 karmilla_extras/Karmilla-Bold.ufo/glyphs/eth.glif create mode 100644 karmilla_extras/Karmilla-Bold.ufo/glyphs/germandbls.glif create mode 100644 karmilla_extras/Karmilla-Bold.ufo/glyphs/thorn.glif create mode 100644 karmilla_extras/Karmilla-Bold.ufo/kerning.plist create mode 100644 karmilla_extras/Karmilla-Bold.ufo/lib.plist create mode 100644 karmilla_extras/Karmilla-Bold.ufo/metainfo.plist create mode 100644 karmilla_extras/Karmilla-Regular.ufo/features.fea create mode 100644 karmilla_extras/Karmilla-Regular.ufo/fontinfo.plist create mode 100644 karmilla_extras/Karmilla-Regular.ufo/glyphs/A_E_.glif create mode 100644 karmilla_extras/Karmilla-Regular.ufo/glyphs/E_th.glif create mode 100644 karmilla_extras/Karmilla-Regular.ufo/glyphs/T_horn.glif create mode 100644 karmilla_extras/Karmilla-Regular.ufo/glyphs/ae.glif create mode 100644 karmilla_extras/Karmilla-Regular.ufo/glyphs/contents.plist create mode 100644 karmilla_extras/Karmilla-Regular.ufo/glyphs/eth.glif create mode 100644 karmilla_extras/Karmilla-Regular.ufo/glyphs/germandbls.glif create mode 100644 karmilla_extras/Karmilla-Regular.ufo/glyphs/thorn.glif create mode 100644 karmilla_extras/Karmilla-Regular.ufo/lib.plist create mode 100644 karmilla_extras/Karmilla-Regular.ufo/metainfo.plist create mode 100644 karmilla_extras/Karmilla_Extras.glyphs create mode 100644 karmilla_extras/Karmilla_Italic_Extras.glyphs (limited to 'karmilla_extras') diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/features.fea b/karmilla_extras/Karmilla Italic-Bold.ufo/features.fea new file mode 100644 index 0000000..7039626 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/features.fea @@ -0,0 +1,49 @@ +@.LeftRounded = [ zero six C G O' Q c e o q Ograve Oacute Ocircumflex Otilde Odieresis egrave eacute ecircumflex edieresis ograve oacute ocircumflex otilde odieresis zero.prop six.prop ]; + +@.VerticalOutstroke = [ h m n' ntilde ]; + +@.Odiacritics = [ O' Ograve Oacute Ocircumflex Otilde Odieresis ]; + +@.idiacritics = [ i' igrave iacute icircumflex idieresis ]; + +@.Ediacritics = [ E' Egrave Eacute Ecircumflex Edieresis ]; + +@.LeftVertical = [ B D E F H' I K L M N P R b h i j k l m n p r bar dotlessi Egrave Eacute Ecircumflex Edieresis Igrave Iacute Icircumflex Idieresis Ntilde igrave iacute icircumflex idieresis ntilde bracketleft ]; + +@.Ndiacritics = [ N', Ntilde ]; + +@.RightRounded = [ zero nine D O' Q o p Ograve Oacute Ocircumflex Otilde Odieresis ograve oacute ocircumflex otilde odieresis zero.prop nine.prop ]; + +@.Idiacritics = [ I' Igrave Iacute Icircumflex Idieresis ]; + +@.Udiacritics = [ U' Ugrave Uacute Ucircumflex Udieresis ]; + +@.VerticalInstroke = [ U u' Ugrave Uacute Ucircumflex Udieresis ugrave uacute ucircumflex udieresis ]; + +@.adiacritics = [ a' agrave aacute acircumflex atilde adieresis ]; + +@.odiacritics = [ o' ograve oacute ocircumflex otilde odieresis ]; + +@.ediacritics = [ e' egrave eacute ecircumflex edieresis ]; + +@.ndiacritics = [ n', ntilde ]; + +@.Adiacritics = [ A' Agrave Aacute Acircumflex Atilde Adieresis ]; + +@.udiacritics = [ u' ugrave uacute ucircumflex udieresis ]; + +@.RightVertical = [ one H' I M N bracketright d i j l q bar dotlessi Igrave Iacute Icircumflex Idieresis Ntilde igrave iacute icircumflex idieresis ugrave uacute ucircumflex udieresis one.prop zero nine D O Q o p Ograve Oacute Ocircumflex Otilde Odieresis ograve oacute ocircumflex otilde odieresis zero.prop nine.prop ]; + +feature onum { + sub zero by zero.prop ; + sub one by one.prop ; + sub two by two.prop ; + sub three by three.prop ; + sub four by four.prop ; + sub five by five.prop ; + sub six by six.prop ; + sub seven by seven.prop ; + sub eight by eight.prop ; + sub nine by nine.prop ; +} onum; + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/fontinfo.plist b/karmilla_extras/Karmilla Italic-Bold.ufo/fontinfo.plist new file mode 100644 index 0000000..daa1d19 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/fontinfo.plist @@ -0,0 +1,80 @@ + + + + + ascender + 879 + capHeight + 629 + descender + -246 + familyName + Karmilla Italic + italicAngle + -5.4000000000000004 + openTypeHeadCreated + 2015/10/07 14:22:25 + openTypeHheaAscender + 879 + openTypeHheaDescender + -246 + openTypeHheaLineGap + 24 + openTypeNamePreferredFamilyName + Karmilla Italic + openTypeNamePreferredSubfamilyName + Inclined + openTypeOS2TypoAscender + 681 + openTypeOS2TypoDescender + -246 + openTypeOS2TypoLineGap + 47 + openTypeOS2WeightClass + 400 + openTypeOS2WidthClass + 5 + openTypeOS2WinAscent + 879 + openTypeOS2WinDescent + -246 + postscriptBlueValues + + -11 + 0 + 478 + 490 + 629 + 639 + 679 + 689 + + postscriptFontName + KarlaLatin-Inclined + postscriptFullName + Karla Latin Inclined + postscriptOtherBlues + + -246 + -235 + + postscriptUnderlinePosition + -100 + postscriptUnderlineThickness + 50 + styleMapFamilyName + Karla Latin + styleMapStyleName + italic + styleName + Inclined + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 0 + xHeight + 478 + + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/A_E_.glif b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/A_E_.glif new file mode 100644 index 0000000..b22eb73 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/A_E_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/E_th.glif b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/E_th.glif new file mode 100644 index 0000000..1ba7c17 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/E_th.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/T_horn.glif b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/T_horn.glif new file mode 100644 index 0000000..9a7ad24 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/T_horn.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/ae.glif b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/ae.glif new file mode 100644 index 0000000..87ba64d --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/ae.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/contents.plist b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/contents.plist new file mode 100644 index 0000000..aa9b060 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/contents.plist @@ -0,0 +1,20 @@ + + + + + AE + A_E_.glif + Eth + E_th.glif + Thorn + T_horn.glif + ae + ae.glif + eth + eth.glif + germandbls + germandbls.glif + thorn + thorn.glif + + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/eth.glif b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/eth.glif new file mode 100644 index 0000000..1e7b9b0 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/eth.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/germandbls.glif b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/germandbls.glif new file mode 100644 index 0000000..3cce65d --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/germandbls.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/thorn.glif b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/thorn.glif new file mode 100644 index 0000000..d9c58af --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/glyphs/thorn.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/lib.plist b/karmilla_extras/Karmilla Italic-Bold.ufo/lib.plist new file mode 100644 index 0000000..34f936a --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/lib.plist @@ -0,0 +1,388 @@ + + + + + com.schriftgestaltung.fontMasterID + 10389CC6-8DFA-4D99-B4CE-55279D4BDCD0 + com.schriftgestaltung.useNiceNames + 0 + com.schriftgestaltung.weight + Bold + org.robofab.glyphOrder + + .notdef + .null + CR + space + exclam + quotedbl + numbersign + dollar + percent + ampersand + quotesingle + parenleft + parenright + asterisk + plus + comma + hyphen + period + slash + zero + one + two + three + four + five + six + seven + eight + nine + colon + semicolon + less + equal + greater + question + at + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + bracketleft + backslash + bracketright + asciicircum + underscore + grave + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + braceleft + bar + braceright + asciitilde + exclamdown + cent + sterling + currency + yen + brokenbar + section + dieresis + copyright + ordfeminine + guillemotleft + logicalnot + uni00AD + registered + macron + degree + plusminus + twosuperior + threesuperior + acute + uni00B5 + paragraph + periodcentered + cedilla + onesuperior + ordmasculine + guillemotright + onequarter + onehalf + threequarters + questiondown + Agrave + Aacute + Acircumflex + circumflex + Atilde + tilde + Adieresis + Aring + AE + Ccedilla + Egrave + Eacute + Ecircumflex + Edieresis + Igrave + Iacute + Icircumflex + Idieresis + Eth + Ntilde + Ograve + Oacute + Ocircumflex + Otilde + Odieresis + multiply + Oslash + Ugrave + Uacute + Ucircumflex + Udieresis + Yacute + Thorn + germandbls + agrave + aacute + acircumflex + atilde + adieresis + aring + ring + ae + ccedilla + egrave + eacute + ecircumflex + edieresis + igrave + dotlessi + iacute + icircumflex + idieresis + eth + ntilde + ograve + oacute + ocircumflex + otilde + odieresis + divide + oslash + ugrave + uacute + ucircumflex + udieresis + yacute + thorn + ydieresis + Amacron + amacron + Abreve + breve + abreve + Aogonek + aogonek + Cacute + cacute + Ccaron + caron + ccaron + Dcaron + dcaron + commaaccent + Dcroat + dcroat + Emacron + emacron + Edotaccent + edotaccent + Eogonek + eogonek + Ecaron + ecaron + Gbreve + gbreve + Gcommaaccent + gcommaaccent + Imacron + imacron + Iogonek + iogonek + Idotaccent + Kcommaaccent + kcommaaccent + Lacute + lacute + Lcommaaccent + lcommaaccent + Lcaron + lcaron + Lslash + lslash + Nacute + nacute + Ncommaaccent + ncommaaccent + Ncaron + ncaron + Omacron + omacron + Ohungarumlaut + hungarumlaut + ohungarumlaut + OE + oe + Racute + racute + Rcommaaccent + rcommaaccent + Rcaron + rcaron + Sacute + sacute + Scedilla + scedilla + Scaron + scaron + Tcommaaccent + tcommaaccent + Tcaron + tcaron + Umacron + umacron + Uring + uring + Uhungarumlaut + uhungarumlaut + Uogonek + uogonek + Ydieresis + Zacute + zacute + Zdotaccent + zdotaccent + Zcaron + zcaron + florin + Scommaaccent + scommaaccent + uni021A + uni021B + uni02C9 + dotaccent + ogonek + pi + endash + emdash + quoteleft + quoteright + quotesinglbase + quotedblleft + quotedblright + quotedblbase + dagger + daggerdbl + bullet + ellipsis + perthousand + guilsinglleft + guilsinglright + fraction + Euro + uni2113 + trademark + uni2126 + estimated + partialdiff + uni2206 + product + summation + minus + uni2215 + uni2219 + radical + infinity + integral + approxequal + notequal + lessequal + greaterequal + lozenge + apostrophe + zero.propold + one.propold + two.propold + three.propold + four.propold + five.propold + six.propold + seven.propold + eight.propold + nine.propold + rupeesymbol + + org.robofab.opentype.featureorder + + onum + + org.robofab.opentype.features + + onum + feature onum { + sub zero by zero.prop ; + sub one by one.prop ; + sub two by two.prop ; + sub three by three.prop ; + sub four by four.prop ; + sub five by five.prop ; + sub six by six.prop ; + sub seven by seven.prop ; + sub eight by eight.prop ; + sub nine by nine.prop ; +} onum; + + + public.glyphOrder + + AE + Eth + Thorn + ae + eth + thorn + germandbls + + + diff --git a/karmilla_extras/Karmilla Italic-Bold.ufo/metainfo.plist b/karmilla_extras/Karmilla Italic-Bold.ufo/metainfo.plist new file mode 100644 index 0000000..12a7922 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Bold.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/features.fea b/karmilla_extras/Karmilla Italic-Regular.ufo/features.fea new file mode 100644 index 0000000..7039626 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/features.fea @@ -0,0 +1,49 @@ +@.LeftRounded = [ zero six C G O' Q c e o q Ograve Oacute Ocircumflex Otilde Odieresis egrave eacute ecircumflex edieresis ograve oacute ocircumflex otilde odieresis zero.prop six.prop ]; + +@.VerticalOutstroke = [ h m n' ntilde ]; + +@.Odiacritics = [ O' Ograve Oacute Ocircumflex Otilde Odieresis ]; + +@.idiacritics = [ i' igrave iacute icircumflex idieresis ]; + +@.Ediacritics = [ E' Egrave Eacute Ecircumflex Edieresis ]; + +@.LeftVertical = [ B D E F H' I K L M N P R b h i j k l m n p r bar dotlessi Egrave Eacute Ecircumflex Edieresis Igrave Iacute Icircumflex Idieresis Ntilde igrave iacute icircumflex idieresis ntilde bracketleft ]; + +@.Ndiacritics = [ N', Ntilde ]; + +@.RightRounded = [ zero nine D O' Q o p Ograve Oacute Ocircumflex Otilde Odieresis ograve oacute ocircumflex otilde odieresis zero.prop nine.prop ]; + +@.Idiacritics = [ I' Igrave Iacute Icircumflex Idieresis ]; + +@.Udiacritics = [ U' Ugrave Uacute Ucircumflex Udieresis ]; + +@.VerticalInstroke = [ U u' Ugrave Uacute Ucircumflex Udieresis ugrave uacute ucircumflex udieresis ]; + +@.adiacritics = [ a' agrave aacute acircumflex atilde adieresis ]; + +@.odiacritics = [ o' ograve oacute ocircumflex otilde odieresis ]; + +@.ediacritics = [ e' egrave eacute ecircumflex edieresis ]; + +@.ndiacritics = [ n', ntilde ]; + +@.Adiacritics = [ A' Agrave Aacute Acircumflex Atilde Adieresis ]; + +@.udiacritics = [ u' ugrave uacute ucircumflex udieresis ]; + +@.RightVertical = [ one H' I M N bracketright d i j l q bar dotlessi Igrave Iacute Icircumflex Idieresis Ntilde igrave iacute icircumflex idieresis ugrave uacute ucircumflex udieresis one.prop zero nine D O Q o p Ograve Oacute Ocircumflex Otilde Odieresis ograve oacute ocircumflex otilde odieresis zero.prop nine.prop ]; + +feature onum { + sub zero by zero.prop ; + sub one by one.prop ; + sub two by two.prop ; + sub three by three.prop ; + sub four by four.prop ; + sub five by five.prop ; + sub six by six.prop ; + sub seven by seven.prop ; + sub eight by eight.prop ; + sub nine by nine.prop ; +} onum; + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/fontinfo.plist b/karmilla_extras/Karmilla Italic-Regular.ufo/fontinfo.plist new file mode 100644 index 0000000..daa1d19 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/fontinfo.plist @@ -0,0 +1,80 @@ + + + + + ascender + 879 + capHeight + 629 + descender + -246 + familyName + Karmilla Italic + italicAngle + -5.4000000000000004 + openTypeHeadCreated + 2015/10/07 14:22:25 + openTypeHheaAscender + 879 + openTypeHheaDescender + -246 + openTypeHheaLineGap + 24 + openTypeNamePreferredFamilyName + Karmilla Italic + openTypeNamePreferredSubfamilyName + Inclined + openTypeOS2TypoAscender + 681 + openTypeOS2TypoDescender + -246 + openTypeOS2TypoLineGap + 47 + openTypeOS2WeightClass + 400 + openTypeOS2WidthClass + 5 + openTypeOS2WinAscent + 879 + openTypeOS2WinDescent + -246 + postscriptBlueValues + + -11 + 0 + 478 + 490 + 629 + 639 + 679 + 689 + + postscriptFontName + KarlaLatin-Inclined + postscriptFullName + Karla Latin Inclined + postscriptOtherBlues + + -246 + -235 + + postscriptUnderlinePosition + -100 + postscriptUnderlineThickness + 50 + styleMapFamilyName + Karla Latin + styleMapStyleName + italic + styleName + Inclined + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 0 + xHeight + 478 + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/A_E_.glif b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/A_E_.glif new file mode 100644 index 0000000..4535c83 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/A_E_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/E_th.glif b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/E_th.glif new file mode 100644 index 0000000..5fceb10 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/E_th.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/T_horn.glif b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/T_horn.glif new file mode 100644 index 0000000..799f392 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/T_horn.glif @@ -0,0 +1,280 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 178 + y + 192 + + + segmentType + line + smooth + + x + 201 + y + 442 + + + segmentType + line + smooth + + x + 313 + y + 442 + + + smooth + + x + 390 + y + 442 + + + smooth + + x + 427 + y + 392 + + + segmentType + curve + smooth + + x + 420 + y + 315 + + + smooth + + x + 413 + y + 240 + + + smooth + + x + 367 + y + 192 + + + segmentType + curve + smooth + + x + 290 + y + 192 + + + + + points + + + segmentType + line + smooth + + x + 160 + y + 0 + + + segmentType + line + smooth + + x + 172 + y + 124 + + + segmentType + line + smooth + + x + 283 + y + 124 + + + smooth + + x + 407 + y + 124 + + + smooth + + x + 482 + y + 198 + + + segmentType + curve + smooth + + x + 493 + y + 315 + + + smooth + + x + 505 + y + 434 + + + smooth + + x + 444 + y + 510 + + + segmentType + curve + smooth + + x + 320 + y + 510 + + + segmentType + line + smooth + + x + 207 + y + 510 + + + segmentType + line + smooth + + x + 217 + y + 629 + + + segmentType + line + smooth + + x + 148 + y + 629 + + + segmentType + line + smooth + + x + 89 + y + 0 + + + + + lib + + + name + Thorn + unicodes + + + width + 499 + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/ae.glif b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/ae.glif new file mode 100644 index 0000000..ef6298d --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/ae.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/contents.plist b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/contents.plist new file mode 100644 index 0000000..aa9b060 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/contents.plist @@ -0,0 +1,20 @@ + + + + + AE + A_E_.glif + Eth + E_th.glif + Thorn + T_horn.glif + ae + ae.glif + eth + eth.glif + germandbls + germandbls.glif + thorn + thorn.glif + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/eth.glif b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/eth.glif new file mode 100644 index 0000000..5ed494a --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/eth.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/germandbls.glif b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/germandbls.glif new file mode 100644 index 0000000..26eec90 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/germandbls.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/thorn.glif b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/thorn.glif new file mode 100644 index 0000000..c5aa531 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/glyphs/thorn.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ColorIndex + 4 + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/lib.plist b/karmilla_extras/Karmilla Italic-Regular.ufo/lib.plist new file mode 100644 index 0000000..f3c0289 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/lib.plist @@ -0,0 +1,386 @@ + + + + + com.schriftgestaltung.fontMasterID + BBC3A386-7273-41E0-A5EA-4021F987FA49 + com.schriftgestaltung.useNiceNames + 0 + org.robofab.glyphOrder + + .notdef + .null + CR + space + exclam + quotedbl + numbersign + dollar + percent + ampersand + quotesingle + parenleft + parenright + asterisk + plus + comma + hyphen + period + slash + zero + one + two + three + four + five + six + seven + eight + nine + colon + semicolon + less + equal + greater + question + at + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + bracketleft + backslash + bracketright + asciicircum + underscore + grave + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + braceleft + bar + braceright + asciitilde + exclamdown + cent + sterling + currency + yen + brokenbar + section + dieresis + copyright + ordfeminine + guillemotleft + logicalnot + uni00AD + registered + macron + degree + plusminus + twosuperior + threesuperior + acute + uni00B5 + paragraph + periodcentered + cedilla + onesuperior + ordmasculine + guillemotright + onequarter + onehalf + threequarters + questiondown + Agrave + Aacute + Acircumflex + circumflex + Atilde + tilde + Adieresis + Aring + AE + Ccedilla + Egrave + Eacute + Ecircumflex + Edieresis + Igrave + Iacute + Icircumflex + Idieresis + Eth + Ntilde + Ograve + Oacute + Ocircumflex + Otilde + Odieresis + multiply + Oslash + Ugrave + Uacute + Ucircumflex + Udieresis + Yacute + Thorn + germandbls + agrave + aacute + acircumflex + atilde + adieresis + aring + ring + ae + ccedilla + egrave + eacute + ecircumflex + edieresis + igrave + dotlessi + iacute + icircumflex + idieresis + eth + ntilde + ograve + oacute + ocircumflex + otilde + odieresis + divide + oslash + ugrave + uacute + ucircumflex + udieresis + yacute + thorn + ydieresis + Amacron + amacron + Abreve + breve + abreve + Aogonek + aogonek + Cacute + cacute + Ccaron + caron + ccaron + Dcaron + dcaron + commaaccent + Dcroat + dcroat + Emacron + emacron + Edotaccent + edotaccent + Eogonek + eogonek + Ecaron + ecaron + Gbreve + gbreve + Gcommaaccent + gcommaaccent + Imacron + imacron + Iogonek + iogonek + Idotaccent + Kcommaaccent + kcommaaccent + Lacute + lacute + Lcommaaccent + lcommaaccent + Lcaron + lcaron + Lslash + lslash + Nacute + nacute + Ncommaaccent + ncommaaccent + Ncaron + ncaron + Omacron + omacron + Ohungarumlaut + hungarumlaut + ohungarumlaut + OE + oe + Racute + racute + Rcommaaccent + rcommaaccent + Rcaron + rcaron + Sacute + sacute + Scedilla + scedilla + Scaron + scaron + Tcommaaccent + tcommaaccent + Tcaron + tcaron + Umacron + umacron + Uring + uring + Uhungarumlaut + uhungarumlaut + Uogonek + uogonek + Ydieresis + Zacute + zacute + Zdotaccent + zdotaccent + Zcaron + zcaron + florin + Scommaaccent + scommaaccent + uni021A + uni021B + uni02C9 + dotaccent + ogonek + pi + endash + emdash + quoteleft + quoteright + quotesinglbase + quotedblleft + quotedblright + quotedblbase + dagger + daggerdbl + bullet + ellipsis + perthousand + guilsinglleft + guilsinglright + fraction + Euro + uni2113 + trademark + uni2126 + estimated + partialdiff + uni2206 + product + summation + minus + uni2215 + uni2219 + radical + infinity + integral + approxequal + notequal + lessequal + greaterequal + lozenge + apostrophe + zero.propold + one.propold + two.propold + three.propold + four.propold + five.propold + six.propold + seven.propold + eight.propold + nine.propold + rupeesymbol + + org.robofab.opentype.featureorder + + onum + + org.robofab.opentype.features + + onum + feature onum { + sub zero by zero.prop ; + sub one by one.prop ; + sub two by two.prop ; + sub three by three.prop ; + sub four by four.prop ; + sub five by five.prop ; + sub six by six.prop ; + sub seven by seven.prop ; + sub eight by eight.prop ; + sub nine by nine.prop ; +} onum; + + + public.glyphOrder + + AE + Eth + Thorn + ae + eth + thorn + germandbls + + + diff --git a/karmilla_extras/Karmilla Italic-Regular.ufo/metainfo.plist b/karmilla_extras/Karmilla Italic-Regular.ufo/metainfo.plist new file mode 100644 index 0000000..12a7922 --- /dev/null +++ b/karmilla_extras/Karmilla Italic-Regular.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/features.fea b/karmilla_extras/Karmilla-Bold.ufo/features.fea new file mode 100644 index 0000000..6924abd --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/features.fea @@ -0,0 +1,17 @@ +# Prefix: Prefix +languagesystem latn dflt; + +@onum2 = [ .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef ]; + +@onum1 = [ zero one two three four five six seven eight nine ]; + +feature aalt { + feature onum; +} aalt; + +feature onum { + # Oldstyle Figures + script latn; # Latin + sub @onum1 by @onum2; +} onum; + diff --git a/karmilla_extras/Karmilla-Bold.ufo/fontinfo.plist b/karmilla_extras/Karmilla-Bold.ufo/fontinfo.plist new file mode 100644 index 0000000..137c1fa --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/fontinfo.plist @@ -0,0 +1,78 @@ + + + + + ascender + 913 + capHeight + 649 + descender + -251 + familyName + Karmilla + openTypeHeadCreated + 2015/10/07 14:23:44 + openTypeHheaAscender + 913 + openTypeHheaDescender + -251 + openTypeHheaLineGap + 25 + openTypeNamePreferredFamilyName + Karmilla + openTypeNamePreferredSubfamilyName + Regular + openTypeOS2TypoAscender + 913 + openTypeOS2TypoDescender + -251 + openTypeOS2TypoLineGap + 50 + openTypeOS2WeightClass + 400 + openTypeOS2WidthClass + 5 + openTypeOS2WinAscent + 913 + openTypeOS2WinDescent + -251 + postscriptBlueValues + + -14 + 0 + 486 + 499 + 649 + 660 + 683 + 694 + + postscriptFontName + Karla-Regular + postscriptFullName + Karla + postscriptOtherBlues + + -251 + -237 + + postscriptUnderlinePosition + -100 + postscriptUnderlineThickness + 50 + styleMapFamilyName + Karla + styleMapStyleName + regular + styleName + Regular + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 0 + xHeight + 486 + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/glyphs/A_E_.glif b/karmilla_extras/Karmilla-Bold.ufo/glyphs/A_E_.glif new file mode 100644 index 0000000..b43060a --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/glyphs/A_E_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/glyphs/E_th.glif b/karmilla_extras/Karmilla-Bold.ufo/glyphs/E_th.glif new file mode 100644 index 0000000..3c1c1d6 --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/glyphs/E_th.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/glyphs/T_horn.glif b/karmilla_extras/Karmilla-Bold.ufo/glyphs/T_horn.glif new file mode 100644 index 0000000..793c7d8 --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/glyphs/T_horn.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/glyphs/ae.glif b/karmilla_extras/Karmilla-Bold.ufo/glyphs/ae.glif new file mode 100644 index 0000000..7def29a --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/glyphs/ae.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/glyphs/contents.plist b/karmilla_extras/Karmilla-Bold.ufo/glyphs/contents.plist new file mode 100644 index 0000000..aa9b060 --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/glyphs/contents.plist @@ -0,0 +1,20 @@ + + + + + AE + A_E_.glif + Eth + E_th.glif + Thorn + T_horn.glif + ae + ae.glif + eth + eth.glif + germandbls + germandbls.glif + thorn + thorn.glif + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/glyphs/eth.glif b/karmilla_extras/Karmilla-Bold.ufo/glyphs/eth.glif new file mode 100644 index 0000000..9cbb619 --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/glyphs/eth.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/glyphs/germandbls.glif b/karmilla_extras/Karmilla-Bold.ufo/glyphs/germandbls.glif new file mode 100644 index 0000000..0e89cec --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/glyphs/germandbls.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/glyphs/thorn.glif b/karmilla_extras/Karmilla-Bold.ufo/glyphs/thorn.glif new file mode 100644 index 0000000..9cde31b --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/glyphs/thorn.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/kerning.plist b/karmilla_extras/Karmilla-Bold.ufo/kerning.plist new file mode 100644 index 0000000..7d47af1 --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/kerning.plist @@ -0,0 +1,11 @@ + + + + + Eth + + ae + -20 + + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/lib.plist b/karmilla_extras/Karmilla-Bold.ufo/lib.plist new file mode 100644 index 0000000..4998416 --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/lib.plist @@ -0,0 +1,583 @@ + + + + + com.schriftgestaltung.fontMasterID + E65C2C5F-F233-4847-B13A-F3C8944AB840 + com.schriftgestaltung.useNiceNames + 0 + com.schriftgestaltung.weight + Bold + org.robofab.glyphOrder + + .notdef + .null + CR + space + exclam + quotedbl + numbersign + dollar + percent + ampersand + quotesingle + parenleft + parenright + asterisk + plus + comma + hyphen + period + slash + zero + one + two + three + four + five + six + seven + eight + nine + colon + semicolon + less + equal + greater + question + at + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + bracketleft + backslash + bracketright + asciicircum + underscore + grave + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + braceleft + bar + braceright + asciitilde + exclamdown + cent + sterling + currency + yen + brokenbar + section + dieresis + copyright + ordfeminine + guillemotleft + logicalnot + uni00AD + registered + macron + degree + plusminus + twosuperior + threesuperior + acute + uni00B5 + paragraph + periodcentered + cedilla + onesuperior + ordmasculine + guillemotright + onequarter + onehalf + threequarters + questiondown + Agrave + Aacute + Acircumflex + circumflex + Atilde + tilde + Adieresis + Aring + AE + Ccedilla + Egrave + Eacute + Ecircumflex + Edieresis + Igrave + Iacute + Icircumflex + Idieresis + Eth + Ntilde + Ograve + Oacute + Ocircumflex + Otilde + Odieresis + multiply + Oslash + Ugrave + Uacute + Ucircumflex + Udieresis + Yacute + Thorn + germandbls + agrave + aacute + acircumflex + atilde + adieresis + aring + ring + ae + ccedilla + egrave + eacute + ecircumflex + edieresis + igrave + dotlessi + iacute + icircumflex + idieresis + eth + ntilde + ograve + oacute + ocircumflex + otilde + odieresis + divide + oslash + ugrave + uacute + ucircumflex + udieresis + yacute + thorn + ydieresis + Amacron + amacron + Abreve + breve + abreve + Aogonek + aogonek + Cacute + cacute + Ccaron + caron + ccaron + Dcaron + dcaron + commaaccent + Dcroat + dcroat + Emacron + emacron + Edotaccent + edotaccent + Eogonek + eogonek + Ecaron + ecaron + Gbreve + gbreve + Gcommaaccent + gcommaaccent + Imacron + imacron + Iogonek + iogonek + Idotaccent + Kcommaaccent + kcommaaccent + Lacute + lacute + Lcommaaccent + lcommaaccent + Lcaron + lcaron + Lslash + lslash + Nacute + nacute + Ncommaaccent + ncommaaccent + Ncaron + ncaron + Omacron + omacron + Ohungarumlaut + hungarumlaut + ohungarumlaut + OE + oe + Racute + racute + Rcommaaccent + rcommaaccent + Rcaron + rcaron + Sacute + sacute + Scedilla + scedilla + Scaron + scaron + Tcommaaccent + tcommaaccent + Tcaron + tcaron + Umacron + umacron + Uring + uring + Uhungarumlaut + uhungarumlaut + Uogonek + uogonek + Ydieresis + Zacute + zacute + Zdotaccent + zdotaccent + Zcaron + zcaron + florin + Scommaaccent + scommaaccent + uni021A + uni021B + uni02C9 + minus + dotaccent + ogonek + pi + endash + emdash + quoteleft + quoteright + quotesinglbase + quotedblleft + quotedblright + quotedblbase + dagger + daggerdbl + bullet + ellipsis + perthousand + guilsinglleft + guilsinglright + fraction + Euro + uni2113 + trademark + uni2126 + estimated + partialdiff + uni2206 + product + summation + uni2215 + uni2219 + radical + infinity + integral + approxequal + notequal + lessequal + greaterequal + lozenge + apostrophe + rupeesymbol + zero.propold + one.propold + two.propold + three.propold + four.propold + five.propold + six.propold + seven.propold + eight.propold + nine.propold + + org.robofab.opentype.classes + languagesystem latn dflt; + + org.robofab.opentype.featureorder + + aalt + kern + onum + + org.robofab.opentype.features + + aalt + feature aalt{ + feature onum; +} aalt; + + kern + feature kern { # Kerning + script latn; # Latin +lookup kern0 { + pos A T -40; + pos A V -28; + pos A W -28; + pos A Y -26; + pos A f -12; + pos A v -22; + pos A w -24; + pos A y -28; + pos D Y -25; + pos F A -57; + pos F W -8; + pos F X -16; + pos F Y -8; + pos F a -24; + pos F c -28; + pos F d -24; + pos F e -28; + pos F g -45; + pos F o -28; + pos F q -28; + pos F u -24; + pos F v -32; + pos F w -36; + pos F x -28; + pos F y -28; + pos F z -24; + pos L J 16; + pos L T -49; + pos L V -45; + pos L W -41; + pos L Y -69; + pos L v -24; + pos L w -24; + pos L y -20; + pos O V -8; + pos O X -12; + pos O Y -16; + pos P A -38; + pos Q Y -16; + pos S Y -26; + pos T A -40; + pos T J -69; + pos T a -87; + pos T c -75; + pos T d -85; + pos T e -75; + pos T f -53; + pos T g -87; + pos T m -69; + pos T n -69; + pos T o -79; + pos T p -69; + pos T q -75; + pos T r -73; + pos T s -97; + pos T u -69; + pos T v -73; + pos T w -40; + pos T x -57; + pos T y -50; + pos T z -53; + pos V A -33; + pos V C -8; + pos V J -69; + pos V O -8; + pos V a -33; + pos V c -33; + pos V d -33; + pos V e -33; + pos V f -40; + pos V g -49; + pos V o -33; + pos V q -29; + pos V r -17; + pos V s -33; + pos W A -33; + pos W J -69; + pos W a -33; + pos W c -33; + pos W d -33; + pos W e -33; + pos W f -40; + pos W g -49; + pos W o -33; + pos W q -33; + pos W r -33; + pos W s -40; + pos W u -28; + pos X O -12; + pos Y A -69; + pos Y C -17; + pos Y H -8; + pos Y J -82; + pos Y O -16; + pos Y Q -16; + pos Y S -28; + pos Y a -61; + pos Y c -65; + pos Y d -65; + pos Y e -65; + pos Y f -65; + pos Y g -77; + pos Y m -65; + pos Y n -65; + pos Y o -65; + pos Y p -65; + pos Y q -65; + pos Y r -65; + pos Y s -65; + pos Y t -37; + pos Y u -67; + pos Y v -45; + pos Y w -45; + pos Y x -53; + pos Y y -57; + pos Y z -65; + pos a T -89; + pos a V -37; + pos a W -28; + pos a Y -53; + pos b T -20; + pos b V -29; + pos b Y -17; + pos c T -61; + pos c V -28; + pos c Y -33; + pos e T -61; + pos e V -24; + pos e Y -41; + pos f A -16; + pos f J -53; + pos f c -16; + pos f g -26; + pos f j -16; + pos f s -24; + pos g j 73; + pos g y 16; + pos h T -8; + pos h Y -45; + pos j f -22; + pos k f -16; + pos k j -8; + pos k y -16; + pos m T -36; + pos m Y -41; + pos n T -44; + pos n Y -41; + pos o T -71; + pos o V -33; + pos o W -33; + pos o Y -65; + pos p T -53; + pos p Y -36; + pos q T -73; + pos q Y -47; + pos q j 81; + pos r J -40; + pos r T -48; + pos r g -20; + pos s T -89; + pos s V -28; + pos s W -36; + pos s Y -57; + pos s f -28; + pos s y -20; + pos t Y -37; + pos u T -57; + pos u Y -49; + pos v A -24; + pos v J -53; + pos v T -60; + pos v Y -45; + pos v g -8; + pos w A -28; + pos w J -41; + pos w T -32; + pos w Y -32; + pos x T -41; + pos x Y -49; + pos y A -12; + pos y J -24; + pos y T -56; + pos y Y -28; + pos y g -8; + pos z T -24; + pos z Y -41; +} kern0; +} kern; + + onum + feature onum { # Oldstyle Figures + script latn; # Latin + sub @onum1 by @onum2; +} onum; + + + public.glyphOrder + + AE + Eth + Thorn + ae + eth + thorn + germandbls + + + diff --git a/karmilla_extras/Karmilla-Bold.ufo/metainfo.plist b/karmilla_extras/Karmilla-Bold.ufo/metainfo.plist new file mode 100644 index 0000000..12a7922 --- /dev/null +++ b/karmilla_extras/Karmilla-Bold.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/features.fea b/karmilla_extras/Karmilla-Regular.ufo/features.fea new file mode 100644 index 0000000..6924abd --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/features.fea @@ -0,0 +1,17 @@ +# Prefix: Prefix +languagesystem latn dflt; + +@onum2 = [ .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef ]; + +@onum1 = [ zero one two three four five six seven eight nine ]; + +feature aalt { + feature onum; +} aalt; + +feature onum { + # Oldstyle Figures + script latn; # Latin + sub @onum1 by @onum2; +} onum; + diff --git a/karmilla_extras/Karmilla-Regular.ufo/fontinfo.plist b/karmilla_extras/Karmilla-Regular.ufo/fontinfo.plist new file mode 100644 index 0000000..b254ae2 --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/fontinfo.plist @@ -0,0 +1,68 @@ + + + + + ascender + 917 + capHeight + 629 + descender + -252 + familyName + Karmilla + openTypeHeadCreated + 2015/10/07 14:23:44 + openTypeHheaAscender + 917 + openTypeHheaDescender + -252 + openTypeHheaLineGap + 0 + openTypeNamePreferredFamilyName + Karmilla + openTypeNamePreferredSubfamilyName + Regular + openTypeOS2TypoAscender + 917 + openTypeOS2TypoDescender + -252 + openTypeOS2TypoLineGap + 0 + openTypeOS2WeightClass + 400 + openTypeOS2WidthClass + 5 + openTypeOS2WinAscent + 917 + openTypeOS2WinDescent + -252 + postscriptBlueValues + + + postscriptFontName + Karla-Regular + postscriptFullName + Karla + postscriptOtherBlues + + + postscriptUnderlinePosition + -100 + postscriptUnderlineThickness + 50 + styleMapFamilyName + Karla + styleMapStyleName + regular + styleName + Regular + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 0 + xHeight + 478 + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/glyphs/A_E_.glif b/karmilla_extras/Karmilla-Regular.ufo/glyphs/A_E_.glif new file mode 100644 index 0000000..9fc9b29 --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/glyphs/A_E_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/glyphs/E_th.glif b/karmilla_extras/Karmilla-Regular.ufo/glyphs/E_th.glif new file mode 100644 index 0000000..e1fe736 --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/glyphs/E_th.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/glyphs/T_horn.glif b/karmilla_extras/Karmilla-Regular.ufo/glyphs/T_horn.glif new file mode 100644 index 0000000..37a0df8 --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/glyphs/T_horn.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/glyphs/ae.glif b/karmilla_extras/Karmilla-Regular.ufo/glyphs/ae.glif new file mode 100644 index 0000000..428838f --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/glyphs/ae.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/glyphs/contents.plist b/karmilla_extras/Karmilla-Regular.ufo/glyphs/contents.plist new file mode 100644 index 0000000..aa9b060 --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/glyphs/contents.plist @@ -0,0 +1,20 @@ + + + + + AE + A_E_.glif + Eth + E_th.glif + Thorn + T_horn.glif + ae + ae.glif + eth + eth.glif + germandbls + germandbls.glif + thorn + thorn.glif + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/glyphs/eth.glif b/karmilla_extras/Karmilla-Regular.ufo/glyphs/eth.glif new file mode 100644 index 0000000..0d0c1f4 --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/glyphs/eth.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/glyphs/germandbls.glif b/karmilla_extras/Karmilla-Regular.ufo/glyphs/germandbls.glif new file mode 100644 index 0000000..8879354 --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/glyphs/germandbls.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/glyphs/thorn.glif b/karmilla_extras/Karmilla-Regular.ufo/glyphs/thorn.glif new file mode 100644 index 0000000..0d891eb --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/glyphs/thorn.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/lib.plist b/karmilla_extras/Karmilla-Regular.ufo/lib.plist new file mode 100644 index 0000000..5c5227d --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/lib.plist @@ -0,0 +1,583 @@ + + + + + com.schriftgestaltung.fontMasterID + B82B187F-4D71-419C-8BC5-05B1FD988BCD + com.schriftgestaltung.useNiceNames + 0 + com.schriftgestaltung.weightValue + 0 + org.robofab.glyphOrder + + .notdef + .null + CR + space + exclam + quotedbl + numbersign + dollar + percent + ampersand + quotesingle + parenleft + parenright + asterisk + plus + comma + hyphen + period + slash + zero + one + two + three + four + five + six + seven + eight + nine + colon + semicolon + less + equal + greater + question + at + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + bracketleft + backslash + bracketright + asciicircum + underscore + grave + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + braceleft + bar + braceright + asciitilde + exclamdown + cent + sterling + currency + yen + brokenbar + section + dieresis + copyright + ordfeminine + guillemotleft + logicalnot + uni00AD + registered + macron + degree + plusminus + twosuperior + threesuperior + acute + uni00B5 + paragraph + periodcentered + cedilla + onesuperior + ordmasculine + guillemotright + onequarter + onehalf + threequarters + questiondown + Agrave + Aacute + Acircumflex + circumflex + Atilde + tilde + Adieresis + Aring + AE + Ccedilla + Egrave + Eacute + Ecircumflex + Edieresis + Igrave + Iacute + Icircumflex + Idieresis + Eth + Ntilde + Ograve + Oacute + Ocircumflex + Otilde + Odieresis + multiply + Oslash + Ugrave + Uacute + Ucircumflex + Udieresis + Yacute + Thorn + germandbls + agrave + aacute + acircumflex + atilde + adieresis + aring + ring + ae + ccedilla + egrave + eacute + ecircumflex + edieresis + igrave + dotlessi + iacute + icircumflex + idieresis + eth + ntilde + ograve + oacute + ocircumflex + otilde + odieresis + divide + oslash + ugrave + uacute + ucircumflex + udieresis + yacute + thorn + ydieresis + Amacron + amacron + Abreve + breve + abreve + Aogonek + aogonek + Cacute + cacute + Ccaron + caron + ccaron + Dcaron + dcaron + commaaccent + Dcroat + dcroat + Emacron + emacron + Edotaccent + edotaccent + Eogonek + eogonek + Ecaron + ecaron + Gbreve + gbreve + Gcommaaccent + gcommaaccent + Imacron + imacron + Iogonek + iogonek + Idotaccent + Kcommaaccent + kcommaaccent + Lacute + lacute + Lcommaaccent + lcommaaccent + Lcaron + lcaron + Lslash + lslash + Nacute + nacute + Ncommaaccent + ncommaaccent + Ncaron + ncaron + Omacron + omacron + Ohungarumlaut + hungarumlaut + ohungarumlaut + OE + oe + Racute + racute + Rcommaaccent + rcommaaccent + Rcaron + rcaron + Sacute + sacute + Scedilla + scedilla + Scaron + scaron + Tcommaaccent + tcommaaccent + Tcaron + tcaron + Umacron + umacron + Uring + uring + Uhungarumlaut + uhungarumlaut + Uogonek + uogonek + Ydieresis + Zacute + zacute + Zdotaccent + zdotaccent + Zcaron + zcaron + florin + Scommaaccent + scommaaccent + uni021A + uni021B + uni02C9 + minus + dotaccent + ogonek + pi + endash + emdash + quoteleft + quoteright + quotesinglbase + quotedblleft + quotedblright + quotedblbase + dagger + daggerdbl + bullet + ellipsis + perthousand + guilsinglleft + guilsinglright + fraction + Euro + uni2113 + trademark + uni2126 + estimated + partialdiff + uni2206 + product + summation + uni2215 + uni2219 + radical + infinity + integral + approxequal + notequal + lessequal + greaterequal + lozenge + apostrophe + rupeesymbol + zero.propold + one.propold + two.propold + three.propold + four.propold + five.propold + six.propold + seven.propold + eight.propold + nine.propold + + org.robofab.opentype.classes + languagesystem latn dflt; + + org.robofab.opentype.featureorder + + aalt + kern + onum + + org.robofab.opentype.features + + aalt + feature aalt{ + feature onum; +} aalt; + + kern + feature kern { # Kerning + script latn; # Latin +lookup kern0 { + pos A T -40; + pos A V -28; + pos A W -28; + pos A Y -26; + pos A f -12; + pos A v -22; + pos A w -24; + pos A y -28; + pos D Y -25; + pos F A -57; + pos F W -8; + pos F X -16; + pos F Y -8; + pos F a -24; + pos F c -28; + pos F d -24; + pos F e -28; + pos F g -45; + pos F o -28; + pos F q -28; + pos F u -24; + pos F v -32; + pos F w -36; + pos F x -28; + pos F y -28; + pos F z -24; + pos L J 16; + pos L T -49; + pos L V -45; + pos L W -41; + pos L Y -69; + pos L v -24; + pos L w -24; + pos L y -20; + pos O V -8; + pos O X -12; + pos O Y -16; + pos P A -38; + pos Q Y -16; + pos S Y -26; + pos T A -40; + pos T J -69; + pos T a -87; + pos T c -75; + pos T d -85; + pos T e -75; + pos T f -53; + pos T g -87; + pos T m -69; + pos T n -69; + pos T o -79; + pos T p -69; + pos T q -75; + pos T r -73; + pos T s -97; + pos T u -69; + pos T v -73; + pos T w -40; + pos T x -57; + pos T y -50; + pos T z -53; + pos V A -33; + pos V C -8; + pos V J -69; + pos V O -8; + pos V a -33; + pos V c -33; + pos V d -33; + pos V e -33; + pos V f -40; + pos V g -49; + pos V o -33; + pos V q -29; + pos V r -17; + pos V s -33; + pos W A -33; + pos W J -69; + pos W a -33; + pos W c -33; + pos W d -33; + pos W e -33; + pos W f -40; + pos W g -49; + pos W o -33; + pos W q -33; + pos W r -33; + pos W s -40; + pos W u -28; + pos X O -12; + pos Y A -69; + pos Y C -17; + pos Y H -8; + pos Y J -82; + pos Y O -16; + pos Y Q -16; + pos Y S -28; + pos Y a -61; + pos Y c -65; + pos Y d -65; + pos Y e -65; + pos Y f -65; + pos Y g -77; + pos Y m -65; + pos Y n -65; + pos Y o -65; + pos Y p -65; + pos Y q -65; + pos Y r -65; + pos Y s -65; + pos Y t -37; + pos Y u -67; + pos Y v -45; + pos Y w -45; + pos Y x -53; + pos Y y -57; + pos Y z -65; + pos a T -89; + pos a V -37; + pos a W -28; + pos a Y -53; + pos b T -20; + pos b V -29; + pos b Y -17; + pos c T -61; + pos c V -28; + pos c Y -33; + pos e T -61; + pos e V -24; + pos e Y -41; + pos f A -16; + pos f J -53; + pos f c -16; + pos f g -26; + pos f j -16; + pos f s -24; + pos g j 73; + pos g y 16; + pos h T -8; + pos h Y -45; + pos j f -22; + pos k f -16; + pos k j -8; + pos k y -16; + pos m T -36; + pos m Y -41; + pos n T -44; + pos n Y -41; + pos o T -71; + pos o V -33; + pos o W -33; + pos o Y -65; + pos p T -53; + pos p Y -36; + pos q T -73; + pos q Y -47; + pos q j 81; + pos r J -40; + pos r T -48; + pos r g -20; + pos s T -89; + pos s V -28; + pos s W -36; + pos s Y -57; + pos s f -28; + pos s y -20; + pos t Y -37; + pos u T -57; + pos u Y -49; + pos v A -24; + pos v J -53; + pos v T -60; + pos v Y -45; + pos v g -8; + pos w A -28; + pos w J -41; + pos w T -32; + pos w Y -32; + pos x T -41; + pos x Y -49; + pos y A -12; + pos y J -24; + pos y T -56; + pos y Y -28; + pos y g -8; + pos z T -24; + pos z Y -41; +} kern0; +} kern; + + onum + feature onum { # Oldstyle Figures + script latn; # Latin + sub @onum1 by @onum2; +} onum; + + + public.glyphOrder + + AE + Eth + Thorn + ae + eth + thorn + germandbls + + + diff --git a/karmilla_extras/Karmilla-Regular.ufo/metainfo.plist b/karmilla_extras/Karmilla-Regular.ufo/metainfo.plist new file mode 100644 index 0000000..12a7922 --- /dev/null +++ b/karmilla_extras/Karmilla-Regular.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/karmilla_extras/Karmilla_Extras.glyphs b/karmilla_extras/Karmilla_Extras.glyphs new file mode 100644 index 0000000..92a691a --- /dev/null +++ b/karmilla_extras/Karmilla_Extras.glyphs @@ -0,0 +1,1307 @@ +{ +DisplayStrings = ( +"\U00C6\U00D0\U00DE\U00E6\U00F0\U00FE\U00DF" +); +classes = ( +{ +code = ".notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef"; +name = onum2; +}, +{ +code = "zero one two three four five six seven eight nine"; +name = onum1; +} +); +date = "2015-10-07 13:23:44 +0000"; +familyName = "Karmilla"; +featurePrefixes = ( +{ +code = "languagesystem latn dflt;"; +name = Prefix; +} +); +features = ( +{ +code = " feature onum;"; +name = aalt; +}, +{ +code = " # Oldstyle Figures\012 script latn; # Latin\012 sub @onum1 by @onum2;"; +name = onum; +} +); +fontMaster = ( +{ +ascender = 917; +capHeight = 629; +customParameters = ( +{ +name = typoAscender; +value = 917; +}, +{ +name = typoDescender; +value = -252; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 917; +}, +{ +name = hheaDescender; +value = -252; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = winAscent; +value = 917; +}, +{ +name = winDescent; +value = -252; +}, +{ +name = underlineThickness; +value = 50; +}, +{ +name = underlinePosition; +value = -100; +} +); +descender = -252; +id = "B82B187F-4D71-419C-8BC5-05B1FD988BCD"; +weightValue = 0; +xHeight = 478; +}, +{ +alignmentZones = ( +"{683, 11}", +"{649, 11}", +"{486, 13}", +"{0, -14}", +"{-237, -14}" +); +ascender = 913; +capHeight = 649; +customParameters = ( +{ +name = typoAscender; +value = 913; +}, +{ +name = typoDescender; +value = -251; +}, +{ +name = typoLineGap; +value = 50; +}, +{ +name = hheaAscender; +value = 913; +}, +{ +name = hheaDescender; +value = -251; +}, +{ +name = hheaLineGap; +value = 25; +}, +{ +name = winAscent; +value = 913; +}, +{ +name = winDescent; +value = -251; +}, +{ +name = underlineThickness; +value = 50; +}, +{ +name = underlinePosition; +value = -100; +} +); +descender = -251; +id = "E65C2C5F-F233-4847-B13A-F3C8944AB840"; +weight = Bold; +xHeight = 486; +} +); +glyphs = ( +{ +glyphname = AE; +lastChange = "2015-10-07 13:05:26 +0000"; +layers = ( +{ +layerId = "B82B187F-4D71-419C-8BC5-05B1FD988BCD"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"269 629 LINE", +"26 0 LINE", +"109 0 LINE", +"170 160 LINE", +"379 160 LINE", +"379 0 LINE", +"766 0 LINE", +"766 69 LINE", +"458 69 LINE", +"458 283 LINE", +"748 283 LINE", +"748 350 LINE", +"458 350 LINE", +"458 561 LINE", +"766 561 LINE", +"766 629 LINE" +); +}, +{ +closed = 1; +nodes = ( +"196 227 LINE", +"326 561 LINE", +"379 561 LINE", +"379 227 LINE" +); +} +); +width = 841; +}, +{ +layerId = "E65C2C5F-F233-4847-B13A-F3C8944AB840"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"288 649 LINE", +"22 0 LINE", +"150 0 LINE", +"207 140 LINE", +"412 140 LINE", +"412 0 LINE", +"830 0 LINE", +"830 103 LINE", +"530 103 LINE", +"530 274 LINE", +"811 274 LINE", +"811 376 LINE", +"530 376 LINE", +"530 547 LINE", +"830 547 LINE", +"830 649 LINE" +); +}, +{ +closed = 1; +nodes = ( +"244 229 LINE", +"373 547 LINE", +"412 547 LINE", +"412 229 LINE" +); +} +); +width = 906; +} +); +unicode = 00C6; +}, +{ +glyphname = Eth; +lastChange = "2015-10-07 13:21:14 +0000"; +layers = ( +{ +layerId = "B82B187F-4D71-419C-8BC5-05B1FD988BCD"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"22 285 LINE", +"330 285 LINE", +"330 345 LINE", +"22 345 LINE" +); +}, +{ +closed = 1; +nodes = ( +"100 629 LINE", +"100 0 LINE", +"285 0 LINE SMOOTH", +"473 0 OFFCURVE", +"598 122 OFFCURVE", +"598 314 CURVE SMOOTH", +"598 495 OFFCURVE", +"481 629 OFFCURVE", +"285 629 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"179 559 LINE", +"285 559 LINE SMOOTH", +"426 559 OFFCURVE", +"514 452 OFFCURVE", +"514 315 CURVE SMOOTH", +"514 185 OFFCURVE", +"435 69 OFFCURVE", +"285 69 CURVE SMOOTH", +"179 69 LINE" +); +} +); +width = 661; +}, +{ +layerId = "E65C2C5F-F233-4847-B13A-F3C8944AB840"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"22 288 LINE", +"343 288 LINE", +"343 358 LINE", +"22 358 LINE" +); +}, +{ +closed = 1; +nodes = ( +"92 649 LINE", +"92 0 LINE", +"303 0 LINE SMOOTH", +"501 0 OFFCURVE", +"634 127 OFFCURVE", +"634 324 CURVE SMOOTH", +"634 523 OFFCURVE", +"501 649 OFFCURVE", +"303 649 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"211 542 LINE", +"303 542 LINE SMOOTH", +"429 542 OFFCURVE", +"506 451 OFFCURVE", +"506 324 CURVE SMOOTH", +"506 199 OFFCURVE", +"429 107 OFFCURVE", +"303 107 CURVE SMOOTH", +"211 107 LINE" +); +} +); +width = 686; +} +); +unicode = 00D0; +}, +{ +glyphname = Thorn; +lastChange = "2015-10-07 13:05:26 +0000"; +layers = ( +{ +layerId = "B82B187F-4D71-419C-8BC5-05B1FD988BCD"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"178 192 LINE", +"178 442 LINE", +"302 442 LINE SMOOTH", +"389 442 OFFCURVE", +"434 392 OFFCURVE", +"434 315 CURVE SMOOTH", +"434 239 OFFCURVE", +"389 192 OFFCURVE", +"302 192 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"178 0 LINE", +"178 124 LINE", +"302 124 LINE SMOOTH", +"441 124 OFFCURVE", +"515 197 OFFCURVE", +"515 316 CURVE SMOOTH", +"515 435 OFFCURVE", +"441 510 OFFCURVE", +"302 510 CURVE SMOOTH", +"178 510 LINE", +"178 629 LINE", +"99 629 LINE", +"99 0 LINE" +); +} +); +width = 554; +}, +{ +layerId = "E65C2C5F-F233-4847-B13A-F3C8944AB840"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"209 228 LINE", +"209 436 LINE", +"319 436 LINE SMOOTH", +"392 436 OFFCURVE", +"430 392 OFFCURVE", +"430 331 CURVE SMOOTH", +"430 271 OFFCURVE", +"392 228 OFFCURVE", +"319 228 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"209 0 LINE", +"209 125 LINE", +"319 125 LINE SMOOTH", +"465 125 OFFCURVE", +"552 200 OFFCURVE", +"552 331 CURVE SMOOTH", +"552 464 OFFCURVE", +"465 538 OFFCURVE", +"319 538 CURVE SMOOTH", +"209 538 LINE", +"209 649 LINE", +"90 649 LINE", +"90 0 LINE" +); +} +); +width = 581; +} +); +unicode = 00DE; +}, +{ +glyphname = ae; +lastChange = "2015-10-07 13:07:12 +0000"; +layers = ( +{ +layerId = "B82B187F-4D71-419C-8BC5-05B1FD988BCD"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"475 222 CURVE", +"802 222 LINE", +"804 238 OFFCURVE", +"806 255 OFFCURVE", +"806 271 CURVE SMOOTH", +"806 382 OFFCURVE", +"749 490 OFFCURVE", +"617 490 CURVE SMOOTH", +"544 490 OFFCURVE", +"487 466 OFFCURVE", +"448 408 CURVE", +"411 463 OFFCURVE", +"363 490 OFFCURVE", +"286 490 CURVE SMOOTH", +"192 490 OFFCURVE", +"90 461 OFFCURVE", +"90 346 CURVE", +"177 346 LINE", +"177 405 OFFCURVE", +"223 431 OFFCURVE", +"291 431 CURVE SMOOTH", +"360 431 OFFCURVE", +"397 397 OFFCURVE", +"397 310 CURVE SMOOTH", +"397 282 LINE", +"280 282 LINE SMOOTH", +"165 282 OFFCURVE", +"70 237 OFFCURVE", +"70 139 CURVE SMOOTH", +"70 47 OFFCURVE", +"137 -11 OFFCURVE", +"256 -11 CURVE SMOOTH", +"324 -11 OFFCURVE", +"391 17 OFFCURVE", +"436 90 CURVE", +"472 25 OFFCURVE", +"533 -11 OFFCURVE", +"612 -11 CURVE SMOOTH", +"716 -11 OFFCURVE", +"791 44 OFFCURVE", +"806 140 CURVE", +"725 140 LINE", +"716 82 OFFCURVE", +"678 53 OFFCURVE", +"612 53 CURVE SMOOTH", +"527 53 OFFCURVE", +"475 117 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"397 222 LINE", +"397 205 LINE SMOOTH", +"397 119 OFFCURVE", +"340 50 OFFCURVE", +"256 50 CURVE SMOOTH", +"188 50 OFFCURVE", +"154 80 OFFCURVE", +"154 140 CURVE SMOOTH", +"154 196 OFFCURVE", +"209 222 OFFCURVE", +"280 222 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"614 427 CURVE SMOOTH", +"695 427 OFFCURVE", +"731 369 OFFCURVE", +"731 282 CURVE", +"476 282 LINE", +"484 365 OFFCURVE", +"533 427 OFFCURVE" +); +} +); +width = 850; +}, +{ +layerId = "E65C2C5F-F233-4847-B13A-F3C8944AB840"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"510 220 CURVE", +"824 220 LINE", +"827 237 OFFCURVE", +"828 253 OFFCURVE", +"828 270 CURVE SMOOTH", +"828 392 OFFCURVE", +"757 499 OFFCURVE", +"621 499 CURVE SMOOTH", +"556 499 OFFCURVE", +"500 474 OFFCURVE", +"460 423 CURVE", +"424 472 OFFCURVE", +"372 499 OFFCURVE", +"296 499 CURVE SMOOTH", +"157 499 OFFCURVE", +"74 452 OFFCURVE", +"74 342 CURVE", +"203 342 LINE", +"203 387 OFFCURVE", +"239 413 OFFCURVE", +"296 413 CURVE SMOOTH", +"362 413 OFFCURVE", +"387 381 OFFCURVE", +"387 313 CURVE SMOOTH", +"387 284 LINE", +"269 284 LINE SMOOTH", +"131 284 OFFCURVE", +"55 234 OFFCURVE", +"55 142 CURVE SMOOTH", +"55 59 OFFCURVE", +"116 -14 OFFCURVE", +"263 -14 CURVE SMOOTH", +"349 -14 OFFCURVE", +"408 19 OFFCURVE", +"452 80 CURVE", +"490 21 OFFCURVE", +"550 -14 OFFCURVE", +"621 -14 CURVE SMOOTH", +"732 -14 OFFCURVE", +"812 51 OFFCURVE", +"827 145 CURVE", +"708 145 LINE", +"699 102 OFFCURVE", +"666 81 OFFCURVE", +"621 81 CURVE SMOOTH", +"546 81 OFFCURVE", +"510 138 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"387 220 LINE", +"387 181 LINE SMOOTH", +"387 129 OFFCURVE", +"344 81 OFFCURVE", +"273 81 CURVE SMOOTH", +"210 81 OFFCURVE", +"181 106 OFFCURVE", +"181 142 CURVE SMOOTH", +"181 191 OFFCURVE", +"221 220 OFFCURVE", +"325 220 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"622 405 CURVE SMOOTH", +"695 405 OFFCURVE", +"718 343 OFFCURVE", +"718 284 CURVE", +"510 284 LINE", +"515 354 OFFCURVE", +"555 405 OFFCURVE" +); +} +); +width = 876; +} +); +unicode = 00E6; +}, +{ +glyphname = eth; +lastChange = "2015-10-07 13:05:26 +0000"; +layers = ( +{ +layerId = "B82B187F-4D71-419C-8BC5-05B1FD988BCD"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"257 490 CURVE SMOOTH", +"165 490 OFFCURVE", +"60 414 OFFCURVE", +"60 242 CURVE SMOOTH", +"60 70 OFFCURVE", +"164 -11 OFFCURVE", +"289 -11 CURVE SMOOTH", +"414 -11 OFFCURVE", +"492 112 OFFCURVE", +"492 297 CURVE SMOOTH", +"492 466 OFFCURVE", +"443 623 OFFCURVE", +"254 810 CURVE", +"184 771 LINE", +"338 620 OFFCURVE", +"397 516 OFFCURVE", +"414 384 CURVE", +"384 451 OFFCURVE", +"333 490 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"279 59 CURVE SMOOTH", +"195 59 OFFCURVE", +"141 126 OFFCURVE", +"141 241 CURVE SMOOTH", +"141 357 OFFCURVE", +"195 421 OFFCURVE", +"269 421 CURVE SMOOTH", +"341 421 OFFCURVE", +"405 360 OFFCURVE", +"415 238 CURVE", +"402 116 OFFCURVE", +"352 59 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"216 558 LINE", +"503 723 LINE", +"465 775 LINE", +"179 610 LINE" +); +} +); +width = 555; +}, +{ +layerId = "E65C2C5F-F233-4847-B13A-F3C8944AB840"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"256 499 CURVE SMOOTH", +"154 499 OFFCURVE", +"51 411 OFFCURVE", +"51 237 CURVE SMOOTH", +"51 66 OFFCURVE", +"155 -14 OFFCURVE", +"288 -14 CURVE SMOOTH", +"419 -14 OFFCURVE", +"518 88 OFFCURVE", +"518 311 CURVE SMOOTH", +"518 470 OFFCURVE", +"472 656 OFFCURVE", +"289 830 CURVE", +"182 769 LINE", +"310 653 OFFCURVE", +"393 541 OFFCURVE", +"411 398 CURVE", +"375 469 OFFCURVE", +"324 499 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"284 76 CURVE SMOOTH", +"214 76 OFFCURVE", +"170 136 OFFCURVE", +"170 237 CURVE SMOOTH", +"170 340 OFFCURVE", +"214 397 OFFCURVE", +"276 397 CURVE SMOOTH", +"335 397 OFFCURVE", +"391 349 OFFCURVE", +"396 235 CURVE", +"385 127 OFFCURVE", +"344 76 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"227 558 LINE", +"514 723 LINE", +"466 789 LINE", +"180 624 LINE" +); +} +); +width = 573; +} +); +unicode = 00F0; +}, +{ +glyphname = thorn; +lastChange = "2015-10-07 13:05:26 +0000"; +layers = ( +{ +layerId = "B82B187F-4D71-419C-8BC5-05B1FD988BCD"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"316 -11 CURVE SMOOTH", +"450 -11 OFFCURVE", +"534 108 OFFCURVE", +"534 239 CURVE SMOOTH", +"534 363 OFFCURVE", +"456 490 OFFCURVE", +"315 490 CURVE SMOOTH", +"256 490 OFFCURVE", +"211 465 OFFCURVE", +"180 414 CURVE", +"180 640 LINE", +"101 640 LINE", +"101 -235 LINE", +"180 -235 LINE", +"180 58 LINE", +"209 12 OFFCURVE", +"255 -11 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"312 59 CURVE SMOOTH", +"237 59 OFFCURVE", +"180 110 OFFCURVE", +"180 194 CURVE SMOOTH", +"180 285 LINE SMOOTH", +"183 368 OFFCURVE", +"237 420 OFFCURVE", +"314 420 CURVE SMOOTH", +"407 420 OFFCURVE", +"453 324 OFFCURVE", +"453 238 CURVE SMOOTH", +"453 158 OFFCURVE", +"407 59 OFFCURVE" +); +} +); +width = 594; +}, +{ +layerId = "E65C2C5F-F233-4847-B13A-F3C8944AB840"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"336 -14 CURVE", +"455 -14 OFFCURVE", +"563 81 OFFCURVE", +"563 243 CURVE SMOOTH", +"563 404 OFFCURVE", +"456 499 OFFCURVE", +"341 499 CURVE SMOOTH", +"284 499 OFFCURVE", +"233 474 OFFCURVE", +"201 420 CURVE", +"201 649 LINE", +"93 649 LINE", +"93 -237 LINE", +"211 -237 LINE", +"211 39 LINE", +"239 3 OFFCURVE", +"281 -14 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"319 93 CURVE", +"263 93 OFFCURVE", +"211 131 OFFCURVE", +"211 196 CURVE SMOOTH", +"211 283 LINE SMOOTH", +"211 353 OFFCURVE", +"262 393 OFFCURVE", +"321 393 CURVE SMOOTH", +"392 393 OFFCURVE", +"444 336 OFFCURVE", +"444 243 CURVE SMOOTH", +"444 142 OFFCURVE", +"378 93 OFFCURVE" +); +} +); +width = 610; +} +); +unicode = 00FE; +}, +{ +glyphname = germandbls; +lastChange = "2015-10-07 13:05:26 +0000"; +layers = ( +{ +layerId = "B82B187F-4D71-419C-8BC5-05B1FD988BCD"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"301 674 CURVE SMOOTH", +"175 674 OFFCURVE", +"101 592 OFFCURVE", +"101 470 CURVE SMOOTH", +"101 0 LINE", +"180 0 LINE", +"180 470 LINE SMOOTH", +"180 576 OFFCURVE", +"231 614 OFFCURVE", +"296 614 CURVE SMOOTH", +"361 614 OFFCURVE", +"396 574 OFFCURVE", +"396 526 CURVE SMOOTH", +"396 450 OFFCURVE", +"315 425 OFFCURVE", +"315 354 CURVE SMOOTH", +"315 269 OFFCURVE", +"479 240 OFFCURVE", +"479 135 CURVE SMOOTH", +"479 82 OFFCURVE", +"444 52 OFFCURVE", +"391 52 CURVE SMOOTH", +"366 52 OFFCURVE", +"330 59 OFFCURVE", +"295 75 CURVE", +"295 14 LINE", +"331 -3 OFFCURVE", +"367 -11 OFFCURVE", +"400 -11 CURVE SMOOTH", +"496 -11 OFFCURVE", +"563 56 OFFCURVE", +"563 142 CURVE SMOOTH", +"563 268 OFFCURVE", +"395 320 OFFCURVE", +"395 374 CURVE SMOOTH", +"395 421 OFFCURVE", +"480 456 OFFCURVE", +"480 535 CURVE SMOOTH", +"480 605 OFFCURVE", +"412 674 OFFCURVE" +); +} +); +width = 613; +}, +{ +layerId = "E65C2C5F-F233-4847-B13A-F3C8944AB840"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"319 700 CURVE SMOOTH", +"174 700 OFFCURVE", +"85 637 OFFCURVE", +"85 484 CURVE SMOOTH", +"85 0 LINE", +"203 0 LINE", +"203 485 LINE SMOOTH", +"203 577 OFFCURVE", +"240 614 OFFCURVE", +"315 614 CURVE SMOOTH", +"376 614 OFFCURVE", +"406 576 OFFCURVE", +"406 530 CURVE SMOOTH", +"406 459 OFFCURVE", +"315 425 OFFCURVE", +"315 354 CURVE SMOOTH", +"315 264 OFFCURVE", +"471 246 OFFCURVE", +"471 155 CURVE SMOOTH", +"471 107 OFFCURVE", +"439 79 OFFCURVE", +"389 79 CURVE SMOOTH", +"352 79 OFFCURVE", +"321 89 OFFCURVE", +"286 106 CURVE", +"286 13 LINE", +"326 -6 OFFCURVE", +"371 -14 OFFCURVE", +"412 -14 CURVE SMOOTH", +"514 -14 OFFCURVE", +"601 54 OFFCURVE", +"601 162 CURVE SMOOTH", +"601 304 OFFCURVE", +"441 337 OFFCURVE", +"441 391 CURVE SMOOTH", +"441 437 OFFCURVE", +"530 465 OFFCURVE", +"530 549 CURVE SMOOTH", +"530 642 OFFCURVE", +"445 700 OFFCURVE" +); +} +); +width = 651; +} +); +unicode = 00DF; +} +); +disablesNiceNames = 1; +instances = ( +{ +customParameters = ( +{ +name = postscriptFontName; +value = "Karla-Regular"; +}, +{ +name = postscriptFullName; +value = Karla; +}, +{ +name = styleMapFamilyName; +value = Karla; +} +); +name = Regular; +weightClass = Normal; +} +); +kerning = { +"E65C2C5F-F233-4847-B13A-F3C8944AB840" = { +Eth = { +ae = -20; +}; +}; +}; +unitsPerEm = 1000; +userData = { +org.robofab.glyphOrder = ( +.notdef, +.null, +CR, +space, +exclam, +quotedbl, +numbersign, +dollar, +percent, +ampersand, +quotesingle, +parenleft, +parenright, +asterisk, +plus, +comma, +hyphen, +period, +slash, +zero, +one, +two, +three, +four, +five, +six, +seven, +eight, +nine, +colon, +semicolon, +less, +equal, +greater, +question, +at, +A, +B, +C, +D, +E, +F, +G, +H, +I, +J, +K, +L, +M, +N, +O, +P, +Q, +R, +S, +T, +U, +V, +W, +X, +Y, +Z, +bracketleft, +backslash, +bracketright, +asciicircum, +underscore, +grave, +a, +b, +c, +d, +e, +f, +g, +h, +i, +j, +k, +l, +m, +n, +o, +p, +q, +r, +s, +t, +u, +v, +w, +x, +y, +z, +braceleft, +bar, +braceright, +asciitilde, +exclamdown, +cent, +sterling, +currency, +yen, +brokenbar, +section, +dieresis, +copyright, +ordfeminine, +guillemotleft, +logicalnot, +uni00AD, +registered, +macron, +degree, +plusminus, +twosuperior, +threesuperior, +acute, +uni00B5, +paragraph, +periodcentered, +cedilla, +onesuperior, +ordmasculine, +guillemotright, +onequarter, +onehalf, +threequarters, +questiondown, +Agrave, +Aacute, +Acircumflex, +circumflex, +Atilde, +tilde, +Adieresis, +Aring, +AE, +Ccedilla, +Egrave, +Eacute, +Ecircumflex, +Edieresis, +Igrave, +Iacute, +Icircumflex, +Idieresis, +Eth, +Ntilde, +Ograve, +Oacute, +Ocircumflex, +Otilde, +Odieresis, +multiply, +Oslash, +Ugrave, +Uacute, +Ucircumflex, +Udieresis, +Yacute, +Thorn, +germandbls, +agrave, +aacute, +acircumflex, +atilde, +adieresis, +aring, +ring, +ae, +ccedilla, +egrave, +eacute, +ecircumflex, +edieresis, +igrave, +dotlessi, +iacute, +icircumflex, +idieresis, +eth, +ntilde, +ograve, +oacute, +ocircumflex, +otilde, +odieresis, +divide, +oslash, +ugrave, +uacute, +ucircumflex, +udieresis, +yacute, +thorn, +ydieresis, +Amacron, +amacron, +Abreve, +breve, +abreve, +Aogonek, +aogonek, +Cacute, +cacute, +Ccaron, +caron, +ccaron, +Dcaron, +dcaron, +commaaccent, +Dcroat, +dcroat, +Emacron, +emacron, +Edotaccent, +edotaccent, +Eogonek, +eogonek, +Ecaron, +ecaron, +Gbreve, +gbreve, +Gcommaaccent, +gcommaaccent, +Imacron, +imacron, +Iogonek, +iogonek, +Idotaccent, +Kcommaaccent, +kcommaaccent, +Lacute, +lacute, +Lcommaaccent, +lcommaaccent, +Lcaron, +lcaron, +Lslash, +lslash, +Nacute, +nacute, +Ncommaaccent, +ncommaaccent, +Ncaron, +ncaron, +Omacron, +omacron, +Ohungarumlaut, +hungarumlaut, +ohungarumlaut, +OE, +oe, +Racute, +racute, +Rcommaaccent, +rcommaaccent, +Rcaron, +rcaron, +Sacute, +sacute, +Scedilla, +scedilla, +Scaron, +scaron, +Tcommaaccent, +tcommaaccent, +Tcaron, +tcaron, +Umacron, +umacron, +Uring, +uring, +Uhungarumlaut, +uhungarumlaut, +Uogonek, +uogonek, +Ydieresis, +Zacute, +zacute, +Zdotaccent, +zdotaccent, +Zcaron, +zcaron, +florin, +Scommaaccent, +scommaaccent, +uni021A, +uni021B, +uni02C9, +minus, +dotaccent, +ogonek, +pi, +endash, +emdash, +quoteleft, +quoteright, +quotesinglbase, +quotedblleft, +quotedblright, +quotedblbase, +dagger, +daggerdbl, +bullet, +ellipsis, +perthousand, +guilsinglleft, +guilsinglright, +fraction, +Euro, +uni2113, +trademark, +uni2126, +estimated, +partialdiff, +uni2206, +product, +summation, +uni2215, +uni2219, +radical, +infinity, +integral, +approxequal, +notequal, +lessequal, +greaterequal, +lozenge, +apostrophe, +rupeesymbol, +zero.propold, +one.propold, +two.propold, +three.propold, +four.propold, +five.propold, +six.propold, +seven.propold, +eight.propold, +nine.propold +); +org.robofab.opentype.classes = "languagesystem latn dflt;\012"; +org.robofab.opentype.featureorder = ( +aalt, +kern, +onum +); +org.robofab.opentype.features = { +aalt = "feature aalt{\012 feature onum;\012} aalt;\012"; +kern = "feature kern { # Kerning\012 script latn; # Latin\012lookup kern0 {\012 pos A T -40;\012 pos A V -28;\012 pos A W -28;\012 pos A Y -26;\012 pos A f -12;\012 pos A v -22;\012 pos A w -24;\012 pos A y -28;\012 pos D Y -25;\012 pos F A -57;\012 pos F W -8;\012 pos F X -16;\012 pos F Y -8;\012 pos F a -24;\012 pos F c -28;\012 pos F d -24;\012 pos F e -28;\012 pos F g -45;\012 pos F o -28;\012 pos F q -28;\012 pos F u -24;\012 pos F v -32;\012 pos F w -36;\012 pos F x -28;\012 pos F y -28;\012 pos F z -24;\012 pos L J 16;\012 pos L T -49;\012 pos L V -45;\012 pos L W -41;\012 pos L Y -69;\012 pos L v -24;\012 pos L w -24;\012 pos L y -20;\012 pos O V -8;\012 pos O X -12;\012 pos O Y -16;\012 pos P A -38;\012 pos Q Y -16;\012 pos S Y -26;\012 pos T A -40;\012 pos T J -69;\012 pos T a -87;\012 pos T c -75;\012 pos T d -85;\012 pos T e -75;\012 pos T f -53;\012 pos T g -87;\012 pos T m -69;\012 pos T n -69;\012 pos T o -79;\012 pos T p -69;\012 pos T q -75;\012 pos T r -73;\012 pos T s -97;\012 pos T u -69;\012 pos T v -73;\012 pos T w -40;\012 pos T x -57;\012 pos T y -50;\012 pos T z -53;\012 pos V A -33;\012 pos V C -8;\012 pos V J -69;\012 pos V O -8;\012 pos V a -33;\012 pos V c -33;\012 pos V d -33;\012 pos V e -33;\012 pos V f -40;\012 pos V g -49;\012 pos V o -33;\012 pos V q -29;\012 pos V r -17;\012 pos V s -33;\012 pos W A -33;\012 pos W J -69;\012 pos W a -33;\012 pos W c -33;\012 pos W d -33;\012 pos W e -33;\012 pos W f -40;\012 pos W g -49;\012 pos W o -33;\012 pos W q -33;\012 pos W r -33;\012 pos W s -40;\012 pos W u -28;\012 pos X O -12;\012 pos Y A -69;\012 pos Y C -17;\012 pos Y H -8;\012 pos Y J -82;\012 pos Y O -16;\012 pos Y Q -16;\012 pos Y S -28;\012 pos Y a -61;\012 pos Y c -65;\012 pos Y d -65;\012 pos Y e -65;\012 pos Y f -65;\012 pos Y g -77;\012 pos Y m -65;\012 pos Y n -65;\012 pos Y o -65;\012 pos Y p -65;\012 pos Y q -65;\012 pos Y r -65;\012 pos Y s -65;\012 pos Y t -37;\012 pos Y u -67;\012 pos Y v -45;\012 pos Y w -45;\012 pos Y x -53;\012 pos Y y -57;\012 pos Y z -65;\012 pos a T -89;\012 pos a V -37;\012 pos a W -28;\012 pos a Y -53;\012 pos b T -20;\012 pos b V -29;\012 pos b Y -17;\012 pos c T -61;\012 pos c V -28;\012 pos c Y -33;\012 pos e T -61;\012 pos e V -24;\012 pos e Y -41;\012 pos f A -16;\012 pos f J -53;\012 pos f c -16;\012 pos f g -26;\012 pos f j -16;\012 pos f s -24;\012 pos g j 73;\012 pos g y 16;\012 pos h T -8;\012 pos h Y -45;\012 pos j f -22;\012 pos k f -16;\012 pos k j -8;\012 pos k y -16;\012 pos m T -36;\012 pos m Y -41;\012 pos n T -44;\012 pos n Y -41;\012 pos o T -71;\012 pos o V -33;\012 pos o W -33;\012 pos o Y -65;\012 pos p T -53;\012 pos p Y -36;\012 pos q T -73;\012 pos q Y -47;\012 pos q j 81;\012 pos r J -40;\012 pos r T -48;\012 pos r g -20;\012 pos s T -89;\012 pos s V -28;\012 pos s W -36;\012 pos s Y -57;\012 pos s f -28;\012 pos s y -20;\012 pos t Y -37;\012 pos u T -57;\012 pos u Y -49;\012 pos v A -24;\012 pos v J -53;\012 pos v T -60;\012 pos v Y -45;\012 pos v g -8;\012 pos w A -28;\012 pos w J -41;\012 pos w T -32;\012 pos w Y -32;\012 pos x T -41;\012 pos x Y -49;\012 pos y A -12;\012 pos y J -24;\012 pos y T -56;\012 pos y Y -28;\012 pos y g -8;\012 pos z T -24;\012 pos z Y -41;\012} kern0;\012} kern;\012"; +onum = "feature onum { # Oldstyle Figures\012 script latn; # Latin\012 sub @onum1 by @onum2;\012} onum;\012"; +}; +}; +versionMajor = 1; +versionMinor = 0; +} diff --git a/karmilla_extras/Karmilla_Italic_Extras.glyphs b/karmilla_extras/Karmilla_Italic_Extras.glyphs new file mode 100644 index 0000000..e922206 --- /dev/null +++ b/karmilla_extras/Karmilla_Italic_Extras.glyphs @@ -0,0 +1,1404 @@ +{ +DisplayStrings = ( +"\U00C6\U00D0\U00DE\U00E6\U00F0\U00FE\U00DF" +); +classes = ( +{ +code = "zero six C G O' Q c e o q Ograve Oacute Ocircumflex Otilde Odieresis egrave eacute ecircumflex edieresis ograve oacute ocircumflex otilde odieresis zero.prop six.prop"; +name = .LeftRounded; +}, +{ +code = "h m n' ntilde"; +name = .VerticalOutstroke; +}, +{ +code = "O' Ograve Oacute Ocircumflex Otilde Odieresis"; +name = .Odiacritics; +}, +{ +code = "i' igrave iacute icircumflex idieresis"; +name = .idiacritics; +}, +{ +code = "E' Egrave Eacute Ecircumflex Edieresis"; +name = .Ediacritics; +}, +{ +code = "B D E F H' I K L M N P R b h i j k l m n p r bar dotlessi Egrave Eacute Ecircumflex Edieresis Igrave Iacute Icircumflex Idieresis Ntilde igrave iacute icircumflex idieresis ntilde bracketleft"; +name = .LeftVertical; +}, +{ +code = "N', Ntilde "; +name = .Ndiacritics; +}, +{ +code = "zero nine D O' Q o p Ograve Oacute Ocircumflex Otilde Odieresis ograve oacute ocircumflex otilde odieresis zero.prop nine.prop"; +name = .RightRounded; +}, +{ +code = "I' Igrave Iacute Icircumflex Idieresis"; +name = .Idiacritics; +}, +{ +code = "U' Ugrave Uacute Ucircumflex Udieresis"; +name = .Udiacritics; +}, +{ +code = "U u' Ugrave Uacute Ucircumflex Udieresis ugrave uacute ucircumflex udieresis"; +name = .VerticalInstroke; +}, +{ +code = "a' agrave aacute acircumflex atilde adieresis"; +name = .adiacritics; +}, +{ +code = "o' ograve oacute ocircumflex otilde odieresis"; +name = .odiacritics; +}, +{ +code = "e' egrave eacute ecircumflex edieresis"; +name = .ediacritics; +}, +{ +code = "n', ntilde "; +name = .ndiacritics; +}, +{ +code = "A' Agrave Aacute Acircumflex Atilde Adieresis"; +name = .Adiacritics; +}, +{ +code = "u' ugrave uacute ucircumflex udieresis"; +name = .udiacritics; +}, +{ +code = "one H' I M N bracketright d i j l q bar dotlessi Igrave Iacute Icircumflex Idieresis Ntilde igrave iacute icircumflex idieresis ugrave uacute ucircumflex udieresis one.prop zero nine D O Q o p Ograve Oacute Ocircumflex Otilde Odieresis ograve oacute ocircumflex otilde odieresis zero.prop nine.prop"; +name = .RightVertical; +} +); +date = "2015-10-07 13:22:25 +0000"; +familyName = "Karmilla Italic"; +features = ( +{ +code = " sub zero by zero.prop ;\012 sub one by one.prop ;\012 sub two by two.prop ;\012 sub three by three.prop ;\012 sub four by four.prop ;\012 sub five by five.prop ;\012 sub six by six.prop ;\012 sub seven by seven.prop ;\012 sub eight by eight.prop ;\012 sub nine by nine.prop ;"; +name = onum; +} +); +fontMaster = ( +{ +alignmentZones = ( +"{679, 10}", +"{629, 10}", +"{478, 12}", +"{0, -11}", +"{-235, -11}" +); +ascender = 879; +capHeight = 629; +customParameters = ( +{ +name = typoAscender; +value = 681; +}, +{ +name = typoDescender; +value = -246; +}, +{ +name = typoLineGap; +value = 47; +}, +{ +name = hheaAscender; +value = 879; +}, +{ +name = hheaDescender; +value = -246; +}, +{ +name = hheaLineGap; +value = 24; +}, +{ +name = winAscent; +value = 879; +}, +{ +name = winDescent; +value = -246; +}, +{ +name = underlineThickness; +value = 50; +}, +{ +name = underlinePosition; +value = -100; +} +); +descender = -246; +id = "BBC3A386-7273-41E0-A5EA-4021F987FA49"; +italicAngle = 5.4; +xHeight = 478; +}, +{ +alignmentZones = ( +"{679, 10}", +"{629, 10}", +"{478, 12}", +"{0, -11}", +"{-235, -11}" +); +ascender = 879; +capHeight = 629; +customParameters = ( +{ +name = typoAscender; +value = 681; +}, +{ +name = typoDescender; +value = -246; +}, +{ +name = typoLineGap; +value = 47; +}, +{ +name = hheaAscender; +value = 879; +}, +{ +name = hheaDescender; +value = -246; +}, +{ +name = hheaLineGap; +value = 24; +}, +{ +name = winAscent; +value = 879; +}, +{ +name = winDescent; +value = -246; +}, +{ +name = underlineThickness; +value = 50; +}, +{ +name = underlinePosition; +value = -100; +} +); +descender = -246; +id = "10389CC6-8DFA-4D99-B4CE-55279D4BDCD0"; +italicAngle = 5.4; +weight = Bold; +xHeight = 478; +} +); +glyphs = ( +{ +color = 4; +glyphname = AE; +lastChange = "2015-10-07 13:10:41 +0000"; +layers = ( +{ +layerId = "BBC3A386-7273-41E0-A5EA-4021F987FA49"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"277 629 LINE", +"23 0 LINE", +"98 0 LINE", +"162 160 LINE", +"352 160 LINE", +"337 0 LINE", +"685 0 LINE", +"692 69 LINE", +"414 69 LINE", +"434 283 LINE", +"695 283 LINE", +"701 350 LINE", +"440 350 LINE", +"460 561 LINE", +"737 561 LINE", +"745 629 LINE" +); +}, +{ +closed = 1; +nodes = ( +"188 227 LINE", +"321 561 LINE", +"389 561 LINE", +"358 227 LINE" +); +} +); +width = 753; +}, +{ +layerId = "10389CC6-8DFA-4D99-B4CE-55279D4BDCD0"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"135 0 LINE", +"189 138 LINE", +"356 138 LINE", +"343 0 LINE", +"722 0 LINE", +"731 106 LINE", +"462 106 LINE", +"478 273 LINE", +"730 273 LINE", +"740 379 LINE", +"488 379 LINE", +"504 546 LINE", +"773 546 LINE", +"783 651 LINE", +"280 651 LINE", +"16 0 LINE" +); +}, +{ +closed = 1; +nodes = ( +"348 546 LINE", +"394 546 LINE", +"364 230 LINE", +"225 230 LINE" +); +} +); +width = 790; +} +); +unicode = 00C6; +}, +{ +color = 4; +glyphname = Eth; +lastChange = "2015-10-07 13:10:48 +0000"; +layers = ( +{ +layerId = "BBC3A386-7273-41E0-A5EA-4021F987FA49"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"256 0 LINE SMOOTH", +"428 0 OFFCURVE", +"550 124 OFFCURVE", +"568 315 CURVE SMOOTH", +"586 505 OFFCURVE", +"488 629 OFFCURVE", +"316 629 CURVE SMOOTH", +"149 629 LINE", +"90 0 LINE" +); +}, +{ +closed = 1; +nodes = ( +"334 285 LINE", +"340 345 LINE", +"55 345 LINE", +"49 285 LINE" +); +}, +{ +closed = 1; +nodes = ( +"213 559 LINE", +"309 559 LINE SMOOTH", +"436 559 OFFCURVE", +"505 456 OFFCURVE", +"492 315 CURVE SMOOTH", +"479 173 OFFCURVE", +"390 69 OFFCURVE", +"263 69 CURVE SMOOTH", +"167 69 LINE" +); +} +); +width = 595; +}, +{ +layerId = "10389CC6-8DFA-4D99-B4CE-55279D4BDCD0"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"275 0 LINE SMOOTH", +"463 0 OFFCURVE", +"606 145 OFFCURVE", +"606 367 CURVE SMOOTH", +"606 534 OFFCURVE", +"494 651 OFFCURVE", +"336 651 CURVE SMOOTH", +"143 651 LINE", +"82 0 LINE" +); +}, +{ +closed = 1; +nodes = ( +"346 288 LINE", +"354 365 LINE", +"40 365 LINE", +"33 288 LINE" +); +}, +{ +closed = 1; +nodes = ( +"243 540 LINE", +"324 540 LINE SMOOTH", +"427 540 OFFCURVE", +"486 464 OFFCURVE", +"486 355 CURVE SMOOTH", +"486 217 OFFCURVE", +"404 111 OFFCURVE", +"285 111 CURVE SMOOTH", +"203 111 LINE" +); +} +); +width = 619; +} +); +unicode = 00D0; +}, +{ +color = 4; +glyphname = Thorn; +lastChange = "2015-10-07 13:20:11 +0000"; +layers = ( +{ +background = { +paths = ( +{ +closed = 1; +nodes = ( +"178 192 LINE", +"201 442 LINE", +"313 442 LINE SMOOTH", +"390 442 OFFCURVE", +"427 392 OFFCURVE", +"420 315 CURVE SMOOTH", +"413 240 OFFCURVE", +"367 192 OFFCURVE", +"290 192 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"160 0 LINE", +"172 124 LINE", +"283 124 LINE SMOOTH", +"407 124 OFFCURVE", +"482 198 OFFCURVE", +"493 315 CURVE SMOOTH", +"505 434 OFFCURVE", +"444 510 OFFCURVE", +"320 510 CURVE SMOOTH", +"207 510 LINE", +"217 629 LINE", +"148 629 LINE", +"89 0 LINE" +); +} +); +}; +layerId = "BBC3A386-7273-41E0-A5EA-4021F987FA49"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"178 192 LINE", +"201 442 LINE", +"313 442 LINE SMOOTH", +"390 442 OFFCURVE", +"427 392 OFFCURVE", +"420 315 CURVE SMOOTH", +"413 240 OFFCURVE", +"367 192 OFFCURVE", +"290 192 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"160 0 LINE", +"172 124 LINE", +"283 124 LINE SMOOTH", +"407 124 OFFCURVE", +"482 198 OFFCURVE", +"493 315 CURVE SMOOTH", +"505 434 OFFCURVE", +"444 510 OFFCURVE", +"320 510 CURVE SMOOTH", +"207 510 LINE", +"217 629 LINE", +"148 629 LINE", +"89 0 LINE" +); +} +); +width = 499; +}, +{ +layerId = "10389CC6-8DFA-4D99-B4CE-55279D4BDCD0"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"194 0 LINE", +"206 120 LINE", +"303 120 LINE SMOOTH", +"453 120 OFFCURVE", +"535 224 OFFCURVE", +"535 358 CURVE SMOOTH", +"535 473 OFFCURVE", +"465 536 OFFCURVE", +"343 536 CURVE SMOOTH", +"245 536 LINE", +"255 651 LINE", +"144 651 LINE", +"83 0 LINE" +); +}, +{ +closed = 1; +nodes = ( +"235 431 LINE", +"332 431 LINE SMOOTH", +"391 431 OFFCURVE", +"422 394 OFFCURVE", +"422 342 CURVE SMOOTH", +"422 276 OFFCURVE", +"383 227 OFFCURVE", +"314 227 CURVE SMOOTH", +"216 227 LINE" +); +} +); +width = 545; +} +); +unicode = 00DE; +}, +{ +color = 4; +glyphname = ae; +lastChange = "2015-10-07 13:10:35 +0000"; +layers = ( +{ +layerId = "BBC3A386-7273-41E0-A5EA-4021F987FA49"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"446 222 CURVE", +"741 222 LINE", +"747 250 OFFCURVE", +"750 278 OFFCURVE", +"750 304 CURVE SMOOTH", +"750 409 OFFCURVE", +"701 490 OFFCURVE", +"595 490 CURVE SMOOTH", +"538 490 OFFCURVE", +"482 461 OFFCURVE", +"443 414 CURVE", +"421 468 OFFCURVE", +"366 490 OFFCURVE", +"304 490 CURVE SMOOTH", +"202 490 OFFCURVE", +"123 450 OFFCURVE", +"113 346 CURVE", +"192 346 LINE", +"197 405 OFFCURVE", +"243 431 OFFCURVE", +"299 431 CURVE SMOOTH", +"375 431 OFFCURVE", +"393 378 OFFCURVE", +"386 310 CURVE SMOOTH", +"383 282 LINE", +"255 282 LINE SMOOTH", +"157 282 OFFCURVE", +"75 223 OFFCURVE", +"75 119 CURVE SMOOTH", +"75 51 OFFCURVE", +"125 -11 OFFCURVE", +"222 -11 CURVE SMOOTH", +"295 -11 OFFCURVE", +"360 16 OFFCURVE", +"397 91 CURVE", +"426 27 OFFCURVE", +"479 -11 OFFCURVE", +"548 -11 CURVE SMOOTH", +"641 -11 OFFCURVE", +"714 45 OFFCURVE", +"737 140 CURVE", +"664 140 LINE", +"650 82 OFFCURVE", +"610 53 OFFCURVE", +"554 53 CURVE SMOOTH", +"465 53 OFFCURVE", +"446 137 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"378 226 LINE", +"374 190 LINE SMOOTH", +"364 101 OFFCURVE", +"300 50 OFFCURVE", +"235 50 CURVE SMOOTH", +"173 50 OFFCURVE", +"151 81 OFFCURVE", +"151 123 CURVE SMOOTH", +"151 191 OFFCURVE", +"198 226 OFFCURVE", +"262 226 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"590 427 CURVE SMOOTH", +"670 427 OFFCURVE", +"691 355 OFFCURVE", +"683 282 CURVE", +"453 282 LINE", +"467 361 OFFCURVE", +"515 427 OFFCURVE" +); +} +); +width = 772; +}, +{ +layerId = "10389CC6-8DFA-4D99-B4CE-55279D4BDCD0"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"311 -14 OFFCURVE", +"365 13 OFFCURVE", +"413 67 CURVE", +"444 14 OFFCURVE", +"498 -14 OFFCURVE", +"558 -14 CURVE SMOOTH", +"658 -14 OFFCURVE", +"737 52 OFFCURVE", +"759 145 CURVE", +"648 145 LINE", +"637 104 OFFCURVE", +"605 84 OFFCURVE", +"567 84 CURVE SMOOTH", +"498 84 OFFCURVE", +"474 147 OFFCURVE", +"481 213 CURVE", +"763 213 LINE", +"770 242 OFFCURVE", +"774 271 OFFCURVE", +"774 300 CURVE SMOOTH", +"774 408 OFFCURVE", +"722 500 OFFCURVE", +"606 500 CURVE SMOOTH", +"546 500 OFFCURVE", +"493 476 OFFCURVE", +"455 438 CURVE", +"422 481 OFFCURVE", +"377 500 OFFCURVE", +"314 500 CURVE SMOOTH", +"187 500 OFFCURVE", +"108 452 OFFCURVE", +"96 342 CURVE", +"216 342 LINE", +"221 385 OFFCURVE", +"255 411 OFFCURVE", +"306 411 CURVE SMOOTH", +"365 411 OFFCURVE", +"383 376 OFFCURVE", +"376 313 CURVE SMOOTH", +"371 267 LINE", +"334 277 OFFCURVE", +"297 285 OFFCURVE", +"254 285 CURVE SMOOTH", +"160 285 OFFCURVE", +"60 239 OFFCURVE", +"60 126 CURVE SMOOTH", +"60 49 OFFCURVE", +"112 -14 OFFCURVE", +"232 -14 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"202 79 OFFCURVE", +"177 105 OFFCURVE", +"177 137 CURVE SMOOTH", +"177 185 OFFCURVE", +"223 205 OFFCURVE", +"269 205 CURVE SMOOTH", +"298 205 OFFCURVE", +"336 198 OFFCURVE", +"364 189 CURVE", +"361 174 LINE SMOOTH", +"350 119 OFFCURVE", +"304 79 OFFCURVE", +"254 79 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"501 355 OFFCURVE", +"540 403 OFFCURVE", +"598 403 CURVE SMOOTH", +"660 403 OFFCURVE", +"680 348 OFFCURVE", +"672 290 CURVE", +"489 290 LINE" +); +} +); +width = 789; +} +); +unicode = 00E6; +}, +{ +color = 4; +glyphname = eth; +lastChange = "2015-10-07 13:10:33 +0000"; +layers = ( +{ +layerId = "BBC3A386-7273-41E0-A5EA-4021F987FA49"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"275 435 CURVE SMOOTH", +"175 435 OFFCURVE", +"57 339 OFFCURVE", +"57 170 CURVE SMOOTH", +"57 53 OFFCURVE", +"134 -11 OFFCURVE", +"223 -11 CURVE SMOOTH", +"343 -11 OFFCURVE", +"473 99 OFFCURVE", +"473 375 CURVE SMOOTH", +"473 531 OFFCURVE", +"428 671 OFFCURVE", +"299 804 CURVE", +"239 771 LINE", +"361 630 OFFCURVE", +"417 531 OFFCURVE", +"417 332 CURVE", +"392 407 OFFCURVE", +"338 435 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"235 50 CURVE SMOOTH", +"164 50 OFFCURVE", +"129 97 OFFCURVE", +"129 171 CURVE SMOOTH", +"129 276 OFFCURVE", +"190 375 OFFCURVE", +"278 375 CURVE SMOOTH", +"353 375 OFFCURVE", +"387 318 OFFCURVE", +"387 247 CURVE SMOOTH", +"387 156 OFFCURVE", +"336 50 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"248 528 LINE", +"540 693 LINE", +"509 745 LINE", +"218 580 LINE" +); +} +); +width = 513; +}, +{ +layerId = "10389CC6-8DFA-4D99-B4CE-55279D4BDCD0"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"429 -14 OFFCURVE", +"554 113 OFFCURVE", +"554 391 CURVE SMOOTH", +"554 531 OFFCURVE", +"513 685 OFFCURVE", +"376 830 CURVE", +"262 769 LINE", +"378 653 OFFCURVE", +"449 541 OFFCURVE", +"452 398 CURVE", +"424 469 OFFCURVE", +"376 499 OFFCURVE", +"308 499 CURVE SMOOTH", +"202 499 OFFCURVE", +"73 397 OFFCURVE", +"73 197 CURVE SMOOTH", +"73 54 OFFCURVE", +"164 -14 OFFCURVE", +"286 -14 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"228 76 OFFCURVE", +"192 124 OFFCURVE", +"192 206 CURVE SMOOTH", +"192 328 OFFCURVE", +"251 397 OFFCURVE", +"317 397 CURVE SMOOTH", +"372 397 OFFCURVE", +"421 355 OFFCURVE", +"421 255 CURVE SMOOTH", +"421 169 OFFCURVE", +"374 76 OFFCURVE", +"291 76 CURVE SMOOTH" +); +}, +{ +closed = 1; +nodes = ( +"589 723 LINE", +"548 789 LINE", +"245 624 LINE", +"285 558 LINE" +); +} +); +width = 573; +} +); +unicode = 00F0; +}, +{ +color = 4; +glyphname = thorn; +lastChange = "2015-10-07 13:10:31 +0000"; +layers = ( +{ +layerId = "BBC3A386-7273-41E0-A5EA-4021F987FA49"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"284 -11 CURVE SMOOTH", +"426 -11 OFFCURVE", +"505 145 OFFCURVE", +"505 274 CURVE SMOOTH", +"505 409 OFFCURVE", +"427 490 OFFCURVE", +"335 490 CURVE SMOOTH", +"279 490 OFFCURVE", +"234 462 OFFCURVE", +"200 406 CURVE", +"221 629 LINE", +"150 629 LINE", +"68 -235 LINE", +"139 -235 LINE", +"167 58 LINE", +"189 13 OFFCURVE", +"230 -11 OFFCURVE" +); +}, +{ +closed = 1; +nodes = ( +"283 59 CURVE SMOOTH", +"227 59 OFFCURVE", +"171 101 OFFCURVE", +"178 183 CURVE SMOOTH", +"187 278 LINE SMOOTH", +"196 371 OFFCURVE", +"257 420 OFFCURVE", +"319 420 CURVE SMOOTH", +"384 420 OFFCURVE", +"431 365 OFFCURVE", +"431 270 CURVE SMOOTH", +"431 188 OFFCURVE", +"390 59 OFFCURVE" +); +} +); +width = 535; +}, +{ +layerId = "10389CC6-8DFA-4D99-B4CE-55279D4BDCD0"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"170 -237 LINE", +"196 37 LINE", +"218 2 OFFCURVE", +"253 -14 OFFCURVE", +"303 -14 CURVE SMOOTH", +"416 -14 OFFCURVE", +"534 95 OFFCURVE", +"534 278 CURVE SMOOTH", +"534 419 OFFCURVE", +"451 500 OFFCURVE", +"356 500 CURVE SMOOTH", +"309 500 OFFCURVE", +"265 479 OFFCURVE", +"233 435 CURVE", +"253 649 LINE", +"144 649 LINE", +"60 -237 LINE" +); +}, +{ +closed = 1; +nodes = ( +"250 96 OFFCURVE", +"205 128 OFFCURVE", +"211 197 CURVE SMOOTH", +"219 278 LINE SMOOTH", +"226 349 OFFCURVE", +"272 390 OFFCURVE", +"327 390 CURVE SMOOTH", +"384 390 OFFCURVE", +"422 344 OFFCURVE", +"422 268 CURVE SMOOTH", +"422 152 OFFCURVE", +"351 96 OFFCURVE", +"296 96 CURVE SMOOTH" +); +} +); +width = 550; +} +); +unicode = 00FE; +}, +{ +color = 4; +glyphname = germandbls; +lastChange = "2015-10-07 13:10:28 +0000"; +layers = ( +{ +layerId = "BBC3A386-7273-41E0-A5EA-4021F987FA49"; +name = Regular; +paths = ( +{ +closed = 1; +nodes = ( +"296 -3 OFFCURVE", +"328 -11 OFFCURVE", +"358 -11 CURVE SMOOTH", +"446 -11 OFFCURVE", +"520 67 OFFCURVE", +"520 156 CURVE SMOOTH", +"520 270 OFFCURVE", +"390 320 OFFCURVE", +"390 371 CURVE SMOOTH", +"390 422 OFFCURVE", +"482 458 OFFCURVE", +"482 547 CURVE SMOOTH", +"482 613 OFFCURVE", +"428 674 OFFCURVE", +"334 674 CURVE SMOOTH", +"220 674 OFFCURVE", +"148 592 OFFCURVE", +"136 470 CURVE SMOOTH", +"91 0 LINE", +"162 0 LINE", +"207 470 LINE SMOOTH", +"217 576 OFFCURVE", +"266 614 OFFCURVE", +"324 614 CURVE SMOOTH", +"379 614 OFFCURVE", +"407 579 OFFCURVE", +"407 535 CURVE SMOOTH", +"407 450 OFFCURVE", +"316 425 OFFCURVE", +"316 347 CURVE SMOOTH", +"316 270 OFFCURVE", +"443 239 OFFCURVE", +"443 145 CURVE SMOOTH", +"443 86 OFFCURVE", +"405 52 OFFCURVE", +"355 52 CURVE SMOOTH", +"333 52 OFFCURVE", +"302 59 OFFCURVE", +"272 75 CURVE", +"266 14 LINE" +); +} +); +width = 569; +}, +{ +layerId = "10389CC6-8DFA-4D99-B4CE-55279D4BDCD0"; +name = Bold; +paths = ( +{ +closed = 1; +nodes = ( +"515 -14 OFFCURVE", +"619 61 OFFCURVE", +"619 180 CURVE SMOOTH", +"619 304 OFFCURVE", +"482 338 OFFCURVE", +"482 388 CURVE SMOOTH", +"482 439 OFFCURVE", +"588 466 OFFCURVE", +"588 564 CURVE SMOOTH", +"588 648 OFFCURVE", +"511 700 OFFCURVE", +"392 700 CURVE SMOOTH", +"247 700 OFFCURVE", +"151 637 OFFCURVE", +"135 484 CURVE SMOOTH", +"85 0 LINE", +"203 0 LINE", +"253 485 LINE SMOOTH", +"262 577 OFFCURVE", +"304 614 OFFCURVE", +"379 614 CURVE SMOOTH", +"435 614 OFFCURVE", +"461 582 OFFCURVE", +"461 541 CURVE SMOOTH", +"461 459 OFFCURVE", +"351 426 OFFCURVE", +"351 346 CURVE SMOOTH", +"351 265 OFFCURVE", +"487 244 OFFCURVE", +"487 162 CURVE SMOOTH", +"487 110 OFFCURVE", +"448 79 OFFCURVE", +"397 79 CURVE SMOOTH", +"360 79 OFFCURVE", +"330 89 OFFCURVE", +"297 106 CURVE", +"287 13 LINE", +"325 -6 OFFCURVE", +"369 -14 OFFCURVE", +"410 -14 CURVE SMOOTH" +); +} +); +width = 651; +} +); +unicode = 00DF; +} +); +disablesNiceNames = 1; +instances = ( +{ +customParameters = ( +{ +name = postscriptFontName; +value = "KarlaLatin-Inclined"; +}, +{ +name = postscriptFullName; +value = "Karla Latin Inclined"; +}, +{ +name = styleMapFamilyName; +value = "Karla Latin"; +} +); +isItalic = 1; +name = Inclined; +} +); +unitsPerEm = 1000; +userData = { +org.robofab.glyphOrder = ( +.notdef, +.null, +CR, +space, +exclam, +quotedbl, +numbersign, +dollar, +percent, +ampersand, +quotesingle, +parenleft, +parenright, +asterisk, +plus, +comma, +hyphen, +period, +slash, +zero, +one, +two, +three, +four, +five, +six, +seven, +eight, +nine, +colon, +semicolon, +less, +equal, +greater, +question, +at, +A, +B, +C, +D, +E, +F, +G, +H, +I, +J, +K, +L, +M, +N, +O, +P, +Q, +R, +S, +T, +U, +V, +W, +X, +Y, +Z, +bracketleft, +backslash, +bracketright, +asciicircum, +underscore, +grave, +a, +b, +c, +d, +e, +f, +g, +h, +i, +j, +k, +l, +m, +n, +o, +p, +q, +r, +s, +t, +u, +v, +w, +x, +y, +z, +braceleft, +bar, +braceright, +asciitilde, +exclamdown, +cent, +sterling, +currency, +yen, +brokenbar, +section, +dieresis, +copyright, +ordfeminine, +guillemotleft, +logicalnot, +uni00AD, +registered, +macron, +degree, +plusminus, +twosuperior, +threesuperior, +acute, +uni00B5, +paragraph, +periodcentered, +cedilla, +onesuperior, +ordmasculine, +guillemotright, +onequarter, +onehalf, +threequarters, +questiondown, +Agrave, +Aacute, +Acircumflex, +circumflex, +Atilde, +tilde, +Adieresis, +Aring, +AE, +Ccedilla, +Egrave, +Eacute, +Ecircumflex, +Edieresis, +Igrave, +Iacute, +Icircumflex, +Idieresis, +Eth, +Ntilde, +Ograve, +Oacute, +Ocircumflex, +Otilde, +Odieresis, +multiply, +Oslash, +Ugrave, +Uacute, +Ucircumflex, +Udieresis, +Yacute, +Thorn, +germandbls, +agrave, +aacute, +acircumflex, +atilde, +adieresis, +aring, +ring, +ae, +ccedilla, +egrave, +eacute, +ecircumflex, +edieresis, +igrave, +dotlessi, +iacute, +icircumflex, +idieresis, +eth, +ntilde, +ograve, +oacute, +ocircumflex, +otilde, +odieresis, +divide, +oslash, +ugrave, +uacute, +ucircumflex, +udieresis, +yacute, +thorn, +ydieresis, +Amacron, +amacron, +Abreve, +breve, +abreve, +Aogonek, +aogonek, +Cacute, +cacute, +Ccaron, +caron, +ccaron, +Dcaron, +dcaron, +commaaccent, +Dcroat, +dcroat, +Emacron, +emacron, +Edotaccent, +edotaccent, +Eogonek, +eogonek, +Ecaron, +ecaron, +Gbreve, +gbreve, +Gcommaaccent, +gcommaaccent, +Imacron, +imacron, +Iogonek, +iogonek, +Idotaccent, +Kcommaaccent, +kcommaaccent, +Lacute, +lacute, +Lcommaaccent, +lcommaaccent, +Lcaron, +lcaron, +Lslash, +lslash, +Nacute, +nacute, +Ncommaaccent, +ncommaaccent, +Ncaron, +ncaron, +Omacron, +omacron, +Ohungarumlaut, +hungarumlaut, +ohungarumlaut, +OE, +oe, +Racute, +racute, +Rcommaaccent, +rcommaaccent, +Rcaron, +rcaron, +Sacute, +sacute, +Scedilla, +scedilla, +Scaron, +scaron, +Tcommaaccent, +tcommaaccent, +Tcaron, +tcaron, +Umacron, +umacron, +Uring, +uring, +Uhungarumlaut, +uhungarumlaut, +Uogonek, +uogonek, +Ydieresis, +Zacute, +zacute, +Zdotaccent, +zdotaccent, +Zcaron, +zcaron, +florin, +Scommaaccent, +scommaaccent, +uni021A, +uni021B, +uni02C9, +dotaccent, +ogonek, +pi, +endash, +emdash, +quoteleft, +quoteright, +quotesinglbase, +quotedblleft, +quotedblright, +quotedblbase, +dagger, +daggerdbl, +bullet, +ellipsis, +perthousand, +guilsinglleft, +guilsinglright, +fraction, +Euro, +uni2113, +trademark, +uni2126, +estimated, +partialdiff, +uni2206, +product, +summation, +minus, +uni2215, +uni2219, +radical, +infinity, +integral, +approxequal, +notequal, +lessequal, +greaterequal, +lozenge, +apostrophe, +zero.propold, +one.propold, +two.propold, +three.propold, +four.propold, +five.propold, +six.propold, +seven.propold, +eight.propold, +nine.propold, +rupeesymbol +); +org.robofab.opentype.featureorder = ( +onum +); +org.robofab.opentype.features = { +onum = "feature onum {\012 sub zero by zero.prop ;\012 sub one by one.prop ;\012 sub two by two.prop ;\012 sub three by three.prop ;\012 sub four by four.prop ;\012 sub five by five.prop ;\012 sub six by six.prop ;\012 sub seven by seven.prop ;\012 sub eight by eight.prop ;\012 sub nine by nine.prop ;\012} onum;\012"; +}; +}; +versionMajor = 1; +versionMinor = 0; +} -- cgit v1.2.3