summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmisc/ufocompile38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bhook.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dhook.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dyogh.glif104
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/qrthook.glif86
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/F_.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/OE__.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/b.glif2
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bbar.glif2
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bhook.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/btopbar.glif2
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/d.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dhook.glif96
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/drthook.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dtopbar.glif10
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dyogh.glif110
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/e.glif4
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/g.glif108
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ghook.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/leftloop.cn.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/p.glif2
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/phook.glif2
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/q.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/qhook.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/qrthook.glif106
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rightloop.cn.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/six.1.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/thorn.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0221.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni048F_.glif2
-rw-r--r--src/Inter-UI-Regular.ufo/kerning.plist38
32 files changed, 704 insertions, 787 deletions
diff --git a/misc/ufocompile b/misc/ufocompile
index f56ae5519..b7747a18b 100755
--- a/misc/ufocompile
+++ b/misc/ufocompile
@@ -59,29 +59,31 @@ def readVersionControlTag(dir):
def main():
- # silence warnings from fontTools.misc.fixedTools that is harmless and caused by
- # the ufo2ft module.
+ # silence warnings from fontTools.misc.fixedTools that is harmless and caused
+ # by the ufo2ft module.
logging.getLogger('fontTools.misc.fixedTools').setLevel(logging.ERROR)
default_out_dir = os.path.join(BASEDIR,'build','tmp')
srcDir = os.path.join(BASEDIR, 'src')
- argparser = argparse.ArgumentParser(description='Build TTF and OTF font files from UFO sources.')
+ argparser = argparse.ArgumentParser(
+ description='Build TTF and OTF font files from UFO sources.')
- argparser.add_argument('styles', metavar='<style>', type=str, nargs='*',
- help='Build specific styles. Omit to build all.')
+ argparser.add_argument(
+ 'styles', metavar='<style>', type=str, nargs='*',
+ help='Build specific styles. Omit to build all.')
- argparser.add_argument('--otf', dest='otf', action='store_const',
- const=True, default=False,
- help='Build OTF files')
+ argparser.add_argument(
+ '--otf', dest='otf', action='store_const',
+ const=True, default=False, help='Build OTF files')
- argparser.add_argument('--no-ttf', dest='no_ttf', action='store_const',
- const=True, default=False,
- help='Do not build TTF files')
+ argparser.add_argument(
+ '--no-ttf', dest='no_ttf', action='store_const',
+ const=True, default=False, help='Do not build TTF files')
- argparser.add_argument('--out', dest='out', metavar='<dir>', type=str,
- default=default_out_dir,
- help='Write output to <dir> instead of the default (%r)' % default_out_dir)
+ argparser.add_argument(
+ '--out', dest='out', metavar='<dir>', type=str, default=default_out_dir,
+ help='Write output to <dir> instead of the default (%r)' % default_out_dir)
args = argparser.parse_args()
styles = [s.lower() for s in args.styles]
@@ -91,7 +93,8 @@ def main():
# version control tag, if any
buildTag = readVersionControlTag(BASEDIR)
- # Since we reference a shared feature file, copy it to build dir so includes works
+ # Since we reference a shared feature file, copy it to build dir so includes
+ # works
ufoTmpDir = os.path.join(args.out, 'InterUIUFO')
try:
os.makedirs(ufoTmpDir)
@@ -130,7 +133,8 @@ def main():
return specializedGlyph
return Mix.mixGlyphs(self, gname)
- proj = FontProject(rg.font, BASEDIR, os.path.join(srcDir,'fontbuild.cfg'), buildTag=buildTag)
+ proj = FontProject(
+ rg.font, BASEDIR, os.path.join(srcDir,'fontbuild.cfg'), buildTag=buildTag)
proj.builddir = args.out
# panose for entire family
@@ -138,6 +142,8 @@ def main():
'bFamilyType': 2, # Latin Text
'bSerifStyle': 11, # Normal Sans
'bProportion': 2, # Old Style
+ 'bContrast': 3, # Very Low (thickest vs thinnest stem of "O")
+ 'bXHeight': 4, # Constant/Large
# bWeight: see http://monotype.de/services/pan2#_Toc380547249
}
diff --git a/src/Inter-UI-Black.ufo/glyphs/bhook.glif b/src/Inter-UI-Black.ufo/glyphs/bhook.glif
index 303f65ee2..3e7c8c3ab 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bhook.glif
@@ -4,7 +4,7 @@
<unicode hex="0253"/>
<outline>
<contour>
- <point x="588" y="1316" type="line"/>
+ <point x="588" y="1444" type="line"/>
<point x="588" y="1580" type="line" smooth="yes"/>
<point x="588" y="1692"/>
<point x="704" y="1720"/>
@@ -19,48 +19,42 @@
<point x="444" y="2076"/>
<point x="128" y="2024"/>
<point x="128" y="1580" type="curve" smooth="yes"/>
- <point x="128" y="1316" type="line"/>
+ <point x="128" y="1444" type="line"/>
</contour>
<contour>
- <point x="128.0" y="1536.0" type="line"/>
- <point x="128.0" y="0.0" type="line"/>
- <point x="544.0" y="0.0" type="line"/>
- <point x="552" y="80" type="line"/>
- <point x="564" y="80" type="line"/>
- <point x="636" y="16"/>
- <point x="746.0" y="-28.0"/>
- <point x="880.0" y="-28.0" type="curve"/>
- <point x="1264.0" y="-28.0"/>
- <point x="1540.0" y="304.0"/>
- <point x="1540.0" y="764.0" type="curve"/>
- <point x="1540.0" y="1220.0"/>
- <point x="1264.0" y="1556.0"/>
- <point x="884.0" y="1556.0" type="curve" smooth="yes"/>
- <point x="767.0" y="1556.0"/>
- <point x="672.0" y="1524.0"/>
- <point x="604.0" y="1472.0" type="curve"/>
- <point x="588.0" y="1472.0" type="line"/>
- <point x="588.0" y="1536.0" type="line"/>
+ <point x="128" y="1536" type="line"/>
+ <point x="128" y="0" type="line"/>
+ <point x="584" y="0" type="line"/>
+ <point x="584" y="156" type="line"/>
+ <point x="604" y="156" type="line"/>
+ <point x="656" y="40"/>
+ <point x="788" y="-24"/>
+ <point x="948" y="-24" type="curve" smooth="yes"/>
+ <point x="1272" y="-24"/>
+ <point x="1540" y="244"/>
+ <point x="1540" y="768" type="curve" smooth="yes"/>
+ <point x="1540" y="1304"/>
+ <point x="1256" y="1556"/>
+ <point x="948" y="1556" type="curve" smooth="yes"/>
+ <point x="788" y="1556"/>
+ <point x="656" y="1488"/>
+ <point x="604" y="1372" type="curve"/>
+ <point x="588" y="1372" type="line"/>
+ <point x="588" y="1536" type="line"/>
</contour>
<contour>
- <point x="576" y="548" type="curve"/>
- <point x="564" y="608"/>
- <point x="552" y="704"/>
- <point x="552" y="768" type="curve"/>
- <point x="552" y="828"/>
- <point x="560" y="892"/>
- <point x="572" y="948" type="curve"/>
- <point x="584" y="1004"/>
- <point x="628" y="1192"/>
- <point x="828" y="1192" type="curve"/>
- <point x="1032" y="1192"/>
- <point x="1104" y="1000"/>
- <point x="1104" y="764" type="curve"/>
- <point x="1104" y="520"/>
- <point x="1032" y="340"/>
- <point x="824" y="340" type="curve" smooth="yes"/>
- <point x="652" y="340"/>
- <point x="596" y="464"/>
+ <point x="1108" y="768" type="curve" smooth="yes"/>
+ <point x="1108" y="500"/>
+ <point x="1008" y="340"/>
+ <point x="812" y="340" type="curve" smooth="yes"/>
+ <point x="596" y="340"/>
+ <point x="536" y="536"/>
+ <point x="536" y="768" type="curve" smooth="yes"/>
+ <point x="536" y="1004"/>
+ <point x="600" y="1192"/>
+ <point x="812" y="1192" type="curve" smooth="yes"/>
+ <point x="1008" y="1192"/>
+ <point x="1108" y="1036"/>
</contour>
<contour>
<point x="996.0" y="2340.0" type="move" name="top"/>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dhook.glif b/src/Inter-UI-Black.ufo/glyphs/dhook.glif
index 573d8fae8..44c345312 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dhook.glif
@@ -4,8 +4,8 @@
<unicode hex="0257"/>
<outline>
<contour>
- <point x="1032" y="1304" type="line"/>
- <point x="1492" y="1304" type="line"/>
+ <point x="1032" y="1432" type="line"/>
+ <point x="1492" y="1432" type="line"/>
<point x="1492" y="1568" type="line" smooth="yes"/>
<point x="1492" y="1724"/>
<point x="1648" y="1720"/>
@@ -23,44 +23,38 @@
</contour>
<contour>
<point x="1492" y="0" type="line"/>
- <point x="1492.0" y="1516.0" type="line"/>
- <point x="1032.0" y="1516.0" type="line"/>
- <point x="1032.0" y="1460.0" type="line"/>
- <point x="1020" y="1460" type="line"/>
- <point x="952" y="1520"/>
- <point x="857.0" y="1556.0"/>
- <point x="736.0" y="1556.0" type="curve" smooth="yes"/>
- <point x="356.0" y="1556.0"/>
- <point x="80.0" y="1220.0"/>
- <point x="80.0" y="764.0" type="curve"/>
- <point x="80.0" y="304.0"/>
- <point x="356.0" y="-28.0"/>
- <point x="740.0" y="-28.0" type="curve"/>
- <point x="876.0" y="-28.0"/>
- <point x="976.0" y="12.0"/>
- <point x="1052.0" y="80.0" type="curve"/>
- <point x="1064.0" y="80.0" type="line"/>
- <point x="1076.0" y="0.0" type="line"/>
+ <point x="1492" y="1536" type="line"/>
+ <point x="1032" y="1536" type="line"/>
+ <point x="1032" y="1372" type="line"/>
+ <point x="1016" y="1372" type="line"/>
+ <point x="964" y="1488"/>
+ <point x="832" y="1556"/>
+ <point x="672" y="1556" type="curve" smooth="yes"/>
+ <point x="364" y="1556"/>
+ <point x="80" y="1304"/>
+ <point x="80" y="768" type="curve" smooth="yes"/>
+ <point x="80" y="244"/>
+ <point x="348" y="-24"/>
+ <point x="672" y="-24" type="curve" smooth="yes"/>
+ <point x="832" y="-24"/>
+ <point x="964" y="40"/>
+ <point x="1016" y="156" type="curve"/>
+ <point x="1036" y="156" type="line"/>
+ <point x="1036" y="0" type="line"/>
</contour>
<contour>
- <point x="516" y="764" type="curve"/>
- <point x="516" y="1000"/>
- <point x="588" y="1192"/>
- <point x="792" y="1192" type="curve"/>
- <point x="992" y="1192"/>
- <point x="1036" y="1004"/>
- <point x="1048" y="948" type="curve"/>
- <point x="1060" y="892"/>
- <point x="1068" y="828"/>
- <point x="1068" y="768" type="curve"/>
- <point x="1068" y="704"/>
- <point x="1056" y="608"/>
- <point x="1044" y="548" type="curve"/>
- <point x="1024" y="464"/>
- <point x="968" y="340"/>
- <point x="796" y="340" type="curve" smooth="yes"/>
- <point x="588" y="340"/>
- <point x="516" y="520"/>
+ <point x="512" y="768" type="curve" smooth="yes"/>
+ <point x="512" y="1036"/>
+ <point x="612" y="1192"/>
+ <point x="808" y="1192" type="curve" smooth="yes"/>
+ <point x="1020" y="1192"/>
+ <point x="1084" y="1004"/>
+ <point x="1084" y="768" type="curve" smooth="yes"/>
+ <point x="1084" y="536"/>
+ <point x="1024" y="340"/>
+ <point x="808" y="340" type="curve" smooth="yes"/>
+ <point x="612" y="340"/>
+ <point x="512" y="500"/>
</contour>
<contour>
<point x="624.0" y="2200.0" type="move" name="top"/>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dyogh.glif b/src/Inter-UI-Black.ufo/glyphs/dyogh.glif
index a8385c5e5..be32d84f6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dyogh.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dyogh.glif
@@ -1,83 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="dyogh" format="1">
- <advance width="2636"/>
+ <advance width="2688"/>
<unicode hex="02A4"/>
<outline>
<contour>
- <point x="2524" y="1536" type="line"/>
- <point x="1316" y="1536" type="line"/>
- <point x="1316" y="1180" type="line"/>
- <point x="2020" y="1180" type="line"/>
- <point x="1568" y="632" type="line"/>
- <point x="1568" y="460" type="line"/>
- <point x="1888" y="460" type="line"/>
- <point x="2524" y="1240" type="line"/>
+ <point x="2576" y="1536" type="line"/>
+ <point x="1368" y="1536" type="line"/>
+ <point x="1368" y="1180" type="line"/>
+ <point x="2072" y="1180" type="line"/>
+ <point x="1620" y="632" type="line"/>
+ <point x="1620" y="460" type="line"/>
+ <point x="1940" y="460" type="line"/>
+ <point x="2576" y="1240" type="line"/>
</contour>
<contour>
- <point x="1568" y="624" type="line"/>
- <point x="1568" y="364" type="line"/>
- <point x="1748" y="364" type="line" smooth="yes"/>
- <point x="1984" y="364"/>
- <point x="2112" y="260"/>
- <point x="2112" y="40" type="curve" smooth="yes"/>
- <point x="2112" y="-136"/>
- <point x="2000" y="-244"/>
- <point x="1796" y="-244" type="curve" smooth="yes"/>
- <point x="1592" y="-244"/>
- <point x="1500" y="-176"/>
- <point x="1448" y="-84" type="curve"/>
- <point x="1004" y="-84" type="line"/>
- <point x="1104" y="-504"/>
- <point x="1456" y="-600"/>
- <point x="1808" y="-600" type="curve" smooth="yes"/>
- <point x="2244" y="-600"/>
- <point x="2556" y="-384"/>
- <point x="2556" y="8" type="curve" smooth="yes"/>
- <point x="2556" y="420"/>
- <point x="2284" y="652"/>
- <point x="1820" y="652" type="curve"/>
- </contour>
- <contour>
- <point x="1492" y="0" type="line"/>
- <point x="1492" y="2048" type="line"/>
- <point x="1032" y="2048" type="line"/>
- <point x="1032" y="1460" type="line"/>
- <point x="1028" y="1460" type="line"/>
- <point x="956" y="1520"/>
- <point x="864" y="1556"/>
- <point x="736" y="1556" type="curve" smooth="yes"/>
- <point x="356" y="1556"/>
- <point x="80" y="1220"/>
- <point x="80" y="764" type="curve"/>
- <point x="80" y="304"/>
- <point x="356" y="-28"/>
- <point x="740" y="-28" type="curve"/>
- <point x="876" y="-28"/>
- <point x="976" y="12"/>
- <point x="1052" y="80" type="curve"/>
- <point x="1064" y="80" type="line"/>
- <point x="1076" y="0" type="line"/>
- </contour>
- <contour>
- <point x="516" y="764" type="curve"/>
- <point x="516" y="1000"/>
- <point x="588" y="1192"/>
- <point x="792" y="1192" type="curve"/>
- <point x="992" y="1192"/>
- <point x="1036" y="1004"/>
- <point x="1048" y="948" type="curve"/>
- <point x="1060" y="892"/>
- <point x="1068" y="828"/>
- <point x="1068" y="768" type="curve"/>
- <point x="1068" y="704"/>
- <point x="1056" y="608"/>
- <point x="1044" y="548" type="curve"/>
- <point x="1024" y="464"/>
- <point x="968" y="340"/>
- <point x="796" y="340" type="curve" smooth="yes"/>
- <point x="588" y="340"/>
- <point x="516" y="520"/>
+ <point x="1620" y="624" type="line"/>
+ <point x="1620" y="364" type="line"/>
+ <point x="1800" y="364" type="line" smooth="yes"/>
+ <point x="2036" y="364"/>
+ <point x="2164" y="260"/>
+ <point x="2164" y="40" type="curve" smooth="yes"/>
+ <point x="2164" y="-136"/>
+ <point x="2052" y="-244"/>
+ <point x="1848" y="-244" type="curve" smooth="yes"/>
+ <point x="1644" y="-244"/>
+ <point x="1552" y="-176"/>
+ <point x="1500" y="-84" type="curve"/>
+ <point x="1056" y="-84" type="line"/>
+ <point x="1156" y="-504"/>
+ <point x="1508" y="-600"/>
+ <point x="1860" y="-600" type="curve" smooth="yes"/>
+ <point x="2296" y="-600"/>
+ <point x="2608" y="-384"/>
+ <point x="2608" y="8" type="curve" smooth="yes"/>
+ <point x="2608" y="420"/>
+ <point x="2336" y="652"/>
+ <point x="1872" y="652" type="curve"/>
</contour>
+ <component base="d"/>
<contour>
<point x="1796" y="2200" type="move" name="top"/>
</contour>
diff --git a/src/Inter-UI-Black.ufo/glyphs/qrthook.glif b/src/Inter-UI-Black.ufo/glyphs/qrthook.glif
index b7e732858..2589da4dd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/qrthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/qrthook.glif
@@ -4,49 +4,8 @@
<unicode hex="024B"/>
<outline>
<contour>
- <point x="1492.0" y="1536.0" type="line"/>
- <point x="1076.0" y="1536.0" type="line"/>
- <point x="1068.0" y="1436.0" type="line"/>
- <point x="1056.0" y="1436.0" type="line"/>
- <point x="980.0" y="1512.0"/>
- <point x="876.0" y="1556.0"/>
- <point x="736.0" y="1556.0" type="curve" smooth="yes"/>
- <point x="356.0" y="1556.0"/>
- <point x="80.0" y="1220.0"/>
- <point x="80.0" y="764.0" type="curve"/>
- <point x="80.0" y="304.0"/>
- <point x="356.0" y="-28.0"/>
- <point x="740.0" y="-28.0" type="curve"/>
- <point x="864.0" y="-28.0"/>
- <point x="948" y="4"/>
- <point x="1016" y="64" type="curve"/>
- <point x="1032" y="64" type="line"/>
- <point x="1032.0" y="0.0" type="line"/>
- <point x="1492.0" y="0.0" type="line"/>
- </contour>
- <contour>
- <point x="516" y="764" type="curve"/>
- <point x="516" y="1000"/>
- <point x="588" y="1192"/>
- <point x="792" y="1192" type="curve"/>
- <point x="992" y="1192"/>
- <point x="1036" y="1004"/>
- <point x="1048" y="948" type="curve"/>
- <point x="1060" y="892"/>
- <point x="1068" y="828"/>
- <point x="1068" y="768" type="curve"/>
- <point x="1068" y="704"/>
- <point x="1056" y="608"/>
- <point x="1044" y="548" type="curve"/>
- <point x="1024" y="464"/>
- <point x="968" y="340"/>
- <point x="796" y="340" type="curve" smooth="yes"/>
- <point x="588" y="340"/>
- <point x="516" y="520"/>
- </contour>
- <contour>
- <point x="1492" y="184" type="line"/>
- <point x="1032" y="184" type="line"/>
+ <point x="1492" y="56" type="line"/>
+ <point x="1032" y="56" type="line"/>
<point x="1032" y="-80" type="line" smooth="yes"/>
<point x="1032" y="-516"/>
<point x="1332" y="-576"/>
@@ -62,6 +21,47 @@
<point x="1492" y="-192"/>
<point x="1492" y="-80" type="curve" smooth="yes"/>
</contour>
+ <contour>
+ <point x="1492" y="1536" type="line"/>
+ <point x="1036" y="1536" type="line"/>
+ <point x="1036" y="1264" type="line"/>
+ <point x="1036" y="1196" type="line"/>
+ <point x="1184" y="748" type="line"/>
+ <point x="1032" y="276" type="line"/>
+ <point x="1032" y="0" type="line"/>
+ <point x="1492" y="0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1216" y="1372" type="line"/>
+ <point x="1016" y="1372" type="line"/>
+ <point x="964" y="1488"/>
+ <point x="832" y="1556"/>
+ <point x="672" y="1556" type="curve" smooth="yes"/>
+ <point x="364" y="1556"/>
+ <point x="80" y="1304"/>
+ <point x="80" y="768" type="curve" smooth="yes"/>
+ <point x="80" y="244"/>
+ <point x="348" y="-24"/>
+ <point x="672" y="-24" type="curve" smooth="yes"/>
+ <point x="832" y="-24"/>
+ <point x="964" y="40"/>
+ <point x="1016" y="156" type="curve"/>
+ <point x="1216" y="156" type="line"/>
+ </contour>
+ <contour>
+ <point x="512" y="768" type="curve" smooth="yes"/>
+ <point x="512" y="1036"/>
+ <point x="612" y="1192"/>
+ <point x="808" y="1192" type="curve" smooth="yes"/>
+ <point x="1020" y="1192"/>
+ <point x="1084" y="1004"/>
+ <point x="1084" y="768" type="curve" smooth="yes"/>
+ <point x="1084" y="536"/>
+ <point x="1024" y="340"/>
+ <point x="808" y="340" type="curve" smooth="yes"/>
+ <point x="612" y="340"/>
+ <point x="512" y="500"/>
+ </contour>
</outline>
<lib>
<dict>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_.glif b/src/Inter-UI-Regular.ufo/glyphs/E_.glif
index 61546b4bb..2f938d3d6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_.glif
@@ -1,30 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="E" format="1">
- <advance width="1652"/>
+ <advance width="1668"/>
<unicode hex="0045"/>
<outline>
<contour>
- <point x="880" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="880" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="0" y="2048" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1432" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1628" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1628" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1628" y="2216" type="move" name="top0315"/>
- </contour>
- <contour>
<point x="1492" y="220" type="line"/>
<point x="424" y="220" type="line"/>
<point x="424" y="0" type="line"/>
@@ -48,6 +27,27 @@
<point x="424" y="1828" type="line"/>
<point x="1476" y="1828" type="line"/>
</contour>
+ <contour>
+ <point x="880.0" y="2304.0" type="move" name="top"/>
+ </contour>
+ <contour>
+ <point x="880.0" y="16.0" type="move" name="bottom"/>
+ </contour>
+ <contour>
+ <point x="0.0" y="2048.0" type="move" name="tonos"/>
+ </contour>
+ <contour>
+ <point x="1432.0" y="0.0" type="move" name="ogonek"/>
+ </contour>
+ <contour>
+ <point x="1628.0" y="2200.0" type="move" name="top_dd"/>
+ </contour>
+ <contour>
+ <point x="1628.0" y="-560.0" type="move" name="bottom_dd"/>
+ </contour>
+ <contour>
+ <point x="1628.0" y="2216.0" type="move" name="top0315"/>
+ </contour>
</outline>
<lib>
<dict>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/F_.glif b/src/Inter-UI-Regular.ufo/glyphs/F_.glif
index c30ff5212..4f9d713ea 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/F_.glif
@@ -1,27 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="F" format="1">
- <advance width="1628"/>
+ <advance width="1636"/>
<unicode hex="0046"/>
<outline>
<contour>
- <point x="488" y="464" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="880" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="760" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1580" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1580" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1580" y="2216" type="move" name="top0315"/>
- </contour>
- <contour>
<point x="488" y="2048" type="line"/>
<point x="240" y="2048" type="line"/>
<point x="240" y="0" type="line"/>
@@ -39,6 +21,24 @@
<point x="460" y="1828" type="line"/>
<point x="1468" y="1828" type="line"/>
</contour>
+ <contour>
+ <point x="488.0" y="464.0" type="move" name="cross"/>
+ </contour>
+ <contour>
+ <point x="880.0" y="2304.0" type="move" name="top"/>
+ </contour>
+ <contour>
+ <point x="760.0" y="16.0" type="move" name="bottom"/>
+ </contour>
+ <contour>
+ <point x="1580.0" y="2200.0" type="move" name="top_dd"/>
+ </contour>
+ <contour>
+ <point x="1580.0" y="-560.0" type="move" name="bottom_dd"/>
+ </contour>
+ <contour>
+ <point x="1580.0" y="2216.0" type="move" name="top0315"/>
+ </contour>
</outline>
<lib>
<dict>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/OE__.glif b/src/Inter-UI-Regular.ufo/glyphs/OE__.glif
index d69909412..bd30d4a21 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/OE__.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/OE__.glif
@@ -4,21 +4,6 @@
<unicode hex="0152"/>
<outline>
<contour>
- <point x="1340" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1340" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2728" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2728" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2728" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
<point x="944" y="2048" type="line"/>
<point x="484" y="2048"/>
<point x="176" y="1720"/>
@@ -41,6 +26,21 @@
<point x="1340" y="2048" type="line"/>
</contour>
<component base="E" xOffset="1004"/>
+ <contour>
+ <point x="1340" y="2304" type="move" name="top"/>
+ </contour>
+ <contour>
+ <point x="1340" y="0" type="move" name="bottom"/>
+ </contour>
+ <contour>
+ <point x="2728" y="2200" type="move" name="top_dd"/>
+ </contour>
+ <contour>
+ <point x="2728" y="-560" type="move" name="bottom_dd"/>
+ </contour>
+ <contour>
+ <point x="2728" y="2200" type="move" name="top0315"/>
+ </contour>
</outline>
<lib>
<dict>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/b.glif b/src/Inter-UI-Regular.ufo/glyphs/b.glif
index 1a7309027..5a2eb9111 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/b.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/b.glif
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="b" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="0062"/>
<outline>
<contour>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bbar.glif b/src/Inter-UI-Regular.ufo/glyphs/bbar.glif
index 2c028fb9a..6fdbf7eba 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bbar.glif
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="bbar" format="1">
- <advance width="1732"/>
+ <advance width="1716"/>
<unicode hex="0180"/>
<outline>
<component base="b" xOffset="16"/>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bhook.glif b/src/Inter-UI-Regular.ufo/glyphs/bhook.glif
index 106f850f8..845e86919 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bhook.glif
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="bhook" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="0253"/>
<outline>
<contour>
- <point x="444" y="1464" type="line"/>
+ <point x="444" y="1400" type="line"/>
<point x="444" y="1664" type="line" smooth="yes"/>
<point x="444" y="1824"/>
<point x="540" y="1872"/>
@@ -19,48 +19,42 @@
<point x="384" y="2076"/>
<point x="208" y="1928"/>
<point x="208" y="1664" type="curve" smooth="yes"/>
- <point x="208" y="1464" type="line"/>
+ <point x="208" y="1400" type="line"/>
</contour>
<contour>
- <point x="208" y="1600" type="line"/>
+ <point x="208" y="1536" type="line"/>
<point x="208" y="0" type="line"/>
- <point x="424" y="0" type="line"/>
- <point x="436" y="188" type="line"/>
- <point x="460" y="188" type="line"/>
- <point x="540" y="64"/>
- <point x="676" y="-32"/>
- <point x="896" y="-32" type="curve" smooth="yes"/>
- <point x="1308" y="-32"/>
- <point x="1580" y="284"/>
- <point x="1580" y="768" type="curve" smooth="yes"/>
- <point x="1580" y="1248"/>
- <point x="1308" y="1556"/>
- <point x="896" y="1556" type="curve" smooth="yes"/>
- <point x="684" y="1556"/>
- <point x="548" y="1460"/>
- <point x="468" y="1344" type="curve"/>
- <point x="444" y="1344" type="line"/>
- <point x="444" y="1600" type="line"/>
+ <point x="444" y="0" type="line"/>
+ <point x="444" y="236" type="line"/>
+ <point x="460" y="236" type="line"/>
+ <point x="512" y="152"/>
+ <point x="616" y="-32"/>
+ <point x="912" y="-32" type="curve" smooth="yes"/>
+ <point x="1296" y="-32"/>
+ <point x="1564" y="276"/>
+ <point x="1564" y="764" type="curve" smooth="yes"/>
+ <point x="1564" y="1248"/>
+ <point x="1296" y="1556"/>
+ <point x="908" y="1556" type="curve" smooth="yes"/>
+ <point x="608" y="1556"/>
+ <point x="512" y="1372"/>
+ <point x="460" y="1292" type="curve"/>
+ <point x="444" y="1292" type="line"/>
+ <point x="444" y="1536" type="line"/>
</contour>
<contour>
- <point x="456" y="512" type="curve"/>
- <point x="432" y="608"/>
- <point x="428" y="728"/>
- <point x="428" y="768" type="curve"/>
- <point x="428" y="808"/>
- <point x="432" y="920"/>
- <point x="460" y="1024" type="curve"/>
- <point x="516" y="1212"/>
- <point x="692" y="1344"/>
- <point x="892" y="1344" type="curve" smooth="yes"/>
- <point x="1152" y="1344"/>
- <point x="1344" y="1124"/>
- <point x="1344" y="768" type="curve" smooth="yes"/>
- <point x="1344" y="412"/>
- <point x="1152" y="180"/>
- <point x="896" y="180" type="curve" smooth="yes"/>
- <point x="704" y="180"/>
- <point x="504" y="312"/>
+ <point x="1328" y="768" type="curve" smooth="yes"/>
+ <point x="1328" y="440"/>
+ <point x="1176" y="180"/>
+ <point x="880" y="180" type="curve" smooth="yes"/>
+ <point x="600" y="180"/>
+ <point x="444" y="420"/>
+ <point x="444" y="768" type="curve" smooth="yes"/>
+ <point x="444" y="1112"/>
+ <point x="596" y="1344"/>
+ <point x="880" y="1344" type="curve" smooth="yes"/>
+ <point x="1180" y="1344"/>
+ <point x="1328" y="1092"/>
</contour>
<contour>
<point x="920" y="2340" type="move" name="top"/>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/btopbar.glif b/src/Inter-UI-Regular.ufo/glyphs/btopbar.glif
index 6389411db..069484ec1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/btopbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/btopbar.glif
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="btopbar" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="0183"/>
<outline>
<contour>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/d.glif b/src/Inter-UI-Regular.ufo/glyphs/d.glif
index 1b392d384..ca2bfc48a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/d.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/d.glif
@@ -1,42 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="d" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="0064"/>
<outline>
<contour>
- <point x="1508" y="0" type="line"/>
- <point x="1508" y="2048" type="line"/>
- <point x="1272" y="2048" type="line"/>
- <point x="1272" y="1156" type="line"/>
- <point x="1344" y="748" type="line"/>
- <point x="1272" y="344" type="line"/>
- <point x="1272" y="0" type="line"/>
+ <point x="1492" y="0" type="line"/>
+ <point x="1492" y="2048" type="line"/>
+ <point x="1256" y="2048" type="line"/>
+ <point x="1256" y="1156" type="line"/>
+ <point x="1328" y="748" type="line"/>
+ <point x="1256" y="344" type="line"/>
+ <point x="1256" y="0" type="line"/>
</contour>
- <component base="leftloop.cn" xOffset="24"/>
+ <component base="leftloop.cn" xOffset="8"/>
<contour>
- <point x="1568.0" y="2112.0" type="move" name="caron"/>
+ <point x="1552" y="2112" type="move" name="caron"/>
</contour>
<contour>
- <point x="1244.0" y="1796.0" type="move" name="cross"/>
+ <point x="1228" y="1796" type="move" name="cross"/>
</contour>
<contour>
- <point x="828" y="0" type="move" name="bottom"/>
+ <point x="812" y="0" type="move" name="bottom"/>
</contour>
<contour>
- <point x="828" y="2304" type="move" name="top"/>
+ <point x="812" y="2304" type="move" name="top"/>
</contour>
<contour>
- <point x="1628.0" y="2200.0" type="move" name="top_dd"/>
+ <point x="1612" y="2200" type="move" name="top_dd"/>
</contour>
<contour>
- <point x="1628.0" y="-560.0" type="move" name="bottom_dd"/>
+ <point x="1612" y="-560" type="move" name="bottom_dd"/>
</contour>
<contour>
- <point x="1628.0" y="2216.0" type="move" name="top0315"/>
+ <point x="1612" y="2216" type="move" name="top0315"/>
</contour>
</outline>
<lib>
<dict>
+ <key>com.typemytype.robofont.guides</key>
+ <array>
+ </array>
<key>com.typemytype.robofont.mark</key>
<array>
<real>0.86</real>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dhook.glif b/src/Inter-UI-Regular.ufo/glyphs/dhook.glif
index b03b676c9..3d70d9bed 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dhook.glif
@@ -1,66 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="dhook" format="1">
- <advance width="1732"/>
+ <advance width="1716"/>
<unicode hex="0257"/>
<outline>
<contour>
- <point x="1272" y="1200" type="line"/>
- <point x="1508" y="1200" type="line"/>
- <point x="1508" y="1672" type="line" smooth="yes"/>
- <point x="1508" y="1832"/>
- <point x="1608" y="1868"/>
- <point x="1736" y="1868" type="curve" smooth="yes"/>
- <point x="1756" y="1868"/>
- <point x="1792" y="1868"/>
- <point x="1812" y="1860" type="curve"/>
- <point x="1812" y="2064" type="line"/>
- <point x="1776" y="2076"/>
- <point x="1720" y="2080"/>
- <point x="1676" y="2080" type="curve" smooth="yes"/>
- <point x="1448" y="2080"/>
- <point x="1272" y="1936"/>
- <point x="1272" y="1672" type="curve" smooth="yes"/>
+ <point x="1256" y="1392" type="line"/>
+ <point x="1492" y="1392" type="line"/>
+ <point x="1492" y="1672" type="line" smooth="yes"/>
+ <point x="1492" y="1832"/>
+ <point x="1592" y="1868"/>
+ <point x="1720" y="1868" type="curve" smooth="yes"/>
+ <point x="1740" y="1868"/>
+ <point x="1776" y="1868"/>
+ <point x="1796" y="1860" type="curve"/>
+ <point x="1796" y="2064" type="line"/>
+ <point x="1760" y="2076"/>
+ <point x="1704" y="2080"/>
+ <point x="1660" y="2080" type="curve" smooth="yes"/>
+ <point x="1432" y="2080"/>
+ <point x="1256" y="1936"/>
+ <point x="1256" y="1672" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1508" y="0" type="line"/>
- <point x="1508" y="1472" type="line"/>
- <point x="1272" y="1472" type="line"/>
- <point x="1272" y="1344" type="line"/>
- <point x="1248" y="1344" type="line"/>
- <point x="1168" y="1460"/>
- <point x="1032" y="1556"/>
- <point x="820" y="1556" type="curve" smooth="yes"/>
- <point x="408" y="1556"/>
+ <point x="1492" y="0" type="line"/>
+ <point x="1492" y="1536" type="line"/>
+ <point x="1256" y="1536" type="line"/>
+ <point x="1256" y="1292" type="line"/>
+ <point x="1240" y="1292" type="line"/>
+ <point x="1188" y="1372"/>
+ <point x="1092" y="1556"/>
+ <point x="792" y="1556" type="curve" smooth="yes"/>
+ <point x="404" y="1556"/>
<point x="136" y="1248"/>
- <point x="136" y="768" type="curve" smooth="yes"/>
- <point x="136" y="284"/>
- <point x="408" y="-32"/>
- <point x="820" y="-32" type="curve" smooth="yes"/>
- <point x="1040" y="-32"/>
- <point x="1176" y="64"/>
- <point x="1256" y="188" type="curve"/>
- <point x="1280" y="188" type="line"/>
- <point x="1292" y="0" type="line"/>
+ <point x="136" y="764" type="curve" smooth="yes"/>
+ <point x="136" y="276"/>
+ <point x="404" y="-32"/>
+ <point x="788" y="-32" type="curve" smooth="yes"/>
+ <point x="1084" y="-32"/>
+ <point x="1188" y="152"/>
+ <point x="1240" y="236" type="curve"/>
+ <point x="1256" y="236" type="line"/>
+ <point x="1256" y="0" type="line"/>
</contour>
<contour>
<point x="372" y="768" type="curve" smooth="yes"/>
- <point x="372" y="1124"/>
- <point x="564" y="1344"/>
- <point x="824" y="1344" type="curve" smooth="yes"/>
- <point x="1024" y="1344"/>
- <point x="1200" y="1212"/>
- <point x="1256" y="1024" type="curve"/>
- <point x="1284" y="920"/>
- <point x="1288" y="808"/>
- <point x="1288" y="768" type="curve"/>
- <point x="1288" y="728"/>
- <point x="1284" y="608"/>
- <point x="1260" y="512" type="curve"/>
- <point x="1212" y="312"/>
- <point x="1012" y="180"/>
+ <point x="372" y="1092"/>
+ <point x="520" y="1344"/>
+ <point x="820" y="1344" type="curve" smooth="yes"/>
+ <point x="1104" y="1344"/>
+ <point x="1256" y="1112"/>
+ <point x="1256" y="768" type="curve" smooth="yes"/>
+ <point x="1256" y="420"/>
+ <point x="1100" y="180"/>
<point x="820" y="180" type="curve" smooth="yes"/>
- <point x="564" y="180"/>
- <point x="372" y="412"/>
+ <point x="524" y="180"/>
+ <point x="372" y="440"/>
</contour>
<contour>
<point x="748.0" y="2200.0" type="move" name="top"/>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/drthook.glif b/src/Inter-UI-Regular.ufo/glyphs/drthook.glif
index a19aa28f1..07431c65b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/drthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/drthook.glif
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="drthook" format="1">
- <advance width="1712"/>
+ <advance width="1708"/>
<unicode hex="0256"/>
<outline>
<contour>
- <point x="1508" y="292" type="line"/>
- <point x="1272" y="292" type="line"/>
- <point x="1272" y="-164" type="line" smooth="yes"/>
- <point x="1272" y="-428"/>
- <point x="1448" y="-576"/>
- <point x="1672" y="-576" type="curve" smooth="yes"/>
- <point x="1720" y="-576"/>
- <point x="1772" y="-576"/>
- <point x="1808" y="-564" type="curve"/>
- <point x="1808" y="-364" type="line"/>
- <point x="1788" y="-368"/>
- <point x="1760" y="-372"/>
- <point x="1732" y="-372" type="curve" smooth="yes"/>
- <point x="1604" y="-372"/>
- <point x="1508" y="-324"/>
- <point x="1508" y="-164" type="curve" smooth="yes"/>
+ <point x="1492" y="292" type="line"/>
+ <point x="1256" y="292" type="line"/>
+ <point x="1256" y="-164" type="line" smooth="yes"/>
+ <point x="1256" y="-428"/>
+ <point x="1432" y="-576"/>
+ <point x="1656" y="-576" type="curve" smooth="yes"/>
+ <point x="1704" y="-576"/>
+ <point x="1756" y="-576"/>
+ <point x="1792" y="-564" type="curve"/>
+ <point x="1792" y="-364" type="line"/>
+ <point x="1772" y="-368"/>
+ <point x="1744" y="-372"/>
+ <point x="1716" y="-372" type="curve" smooth="yes"/>
+ <point x="1588" y="-372"/>
+ <point x="1492" y="-324"/>
+ <point x="1492" y="-164" type="curve" smooth="yes"/>
</contour>
<component base="d"/>
<contour>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dtopbar.glif b/src/Inter-UI-Regular.ufo/glyphs/dtopbar.glif
index 2923cc400..dd1a0efcc 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dtopbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dtopbar.glif
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="dtopbar" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="018C"/>
<outline>
<contour>
- <point x="1508" y="2048" type="line"/>
- <point x="324" y="2048" type="line"/>
- <point x="324" y="1828" type="line"/>
- <point x="1508" y="1828" type="line"/>
+ <point x="1492" y="2048" type="line"/>
+ <point x="308" y="2048" type="line"/>
+ <point x="308" y="1828" type="line"/>
+ <point x="1492" y="1828" type="line"/>
</contour>
<component base="d"/>
</outline>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dyogh.glif b/src/Inter-UI-Regular.ufo/glyphs/dyogh.glif
index 617fb9eb8..020ef6b83 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dyogh.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dyogh.glif
@@ -1,91 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="dyogh" format="1">
- <advance width="2700"/>
+ <advance width="2676"/>
<unicode hex="02A4"/>
<outline>
<contour>
- <point x="2552" y="1536" type="line"/>
- <point x="1360" y="1536" type="line"/>
- <point x="1360" y="1316" type="line"/>
- <point x="2232" y="1316" type="line"/>
- <point x="1712" y="600" type="line"/>
- <point x="1712" y="428" type="line"/>
- <point x="1860" y="428" type="line"/>
- <point x="2556" y="1368" type="line"/>
+ <point x="2528" y="1536" type="line"/>
+ <point x="1336" y="1536" type="line"/>
+ <point x="1336" y="1316" type="line"/>
+ <point x="2208" y="1316" type="line"/>
+ <point x="1688" y="600" type="line"/>
+ <point x="1688" y="428" type="line"/>
+ <point x="1836" y="428" type="line"/>
+ <point x="2532" y="1368" type="line"/>
</contour>
<contour>
- <point x="1712" y="596" type="line"/>
- <point x="1712" y="384" type="line"/>
- <point x="1912" y="384" type="line" smooth="yes"/>
- <point x="2212" y="384"/>
- <point x="2372" y="184"/>
- <point x="2372" y="-16" type="curve" smooth="yes"/>
- <point x="2372" y="-220"/>
- <point x="2204" y="-408"/>
- <point x="1944" y="-408" type="curve" smooth="yes"/>
- <point x="1720" y="-408"/>
- <point x="1552" y="-280"/>
- <point x="1524" y="-128" type="curve"/>
- <point x="1296" y="-128" type="line"/>
- <point x="1348" y="-472"/>
- <point x="1628" y="-600"/>
- <point x="1944" y="-600" type="curve" smooth="yes"/>
- <point x="2340" y="-600"/>
- <point x="2604" y="-372"/>
- <point x="2604" y="-12" type="curve" smooth="yes"/>
- <point x="2604" y="336"/>
- <point x="2364" y="596"/>
- <point x="1916" y="596" type="curve"/>
+ <point x="1688" y="596" type="line"/>
+ <point x="1688" y="384" type="line"/>
+ <point x="1888" y="384" type="line" smooth="yes"/>
+ <point x="2188" y="384"/>
+ <point x="2348" y="184"/>
+ <point x="2348" y="-16" type="curve" smooth="yes"/>
+ <point x="2348" y="-220"/>
+ <point x="2180" y="-408"/>
+ <point x="1920" y="-408" type="curve" smooth="yes"/>
+ <point x="1696" y="-408"/>
+ <point x="1528" y="-280"/>
+ <point x="1500" y="-128" type="curve"/>
+ <point x="1272" y="-128" type="line"/>
+ <point x="1324" y="-472"/>
+ <point x="1604" y="-600"/>
+ <point x="1920" y="-600" type="curve" smooth="yes"/>
+ <point x="2316" y="-600"/>
+ <point x="2580" y="-372"/>
+ <point x="2580" y="-12" type="curve" smooth="yes"/>
+ <point x="2580" y="336"/>
+ <point x="2340" y="596"/>
+ <point x="1892" y="596" type="curve"/>
</contour>
+ <component base="d"/>
<contour>
- <point x="1508" y="0" type="line"/>
- <point x="1508" y="2048" type="line"/>
- <point x="1272" y="2048" type="line"/>
- <point x="1272" y="1344" type="line"/>
- <point x="1248" y="1344" type="line"/>
- <point x="1168" y="1460"/>
- <point x="1032" y="1556"/>
- <point x="820" y="1556" type="curve" smooth="yes"/>
- <point x="408" y="1556"/>
- <point x="136" y="1248"/>
- <point x="136" y="768" type="curve" smooth="yes"/>
- <point x="136" y="284"/>
- <point x="408" y="-32"/>
- <point x="820" y="-32" type="curve" smooth="yes"/>
- <point x="1040" y="-32"/>
- <point x="1176" y="64"/>
- <point x="1256" y="188" type="curve"/>
- <point x="1280" y="188" type="line"/>
- <point x="1292" y="0" type="line"/>
+ <point x="1772.0" y="2200.0" type="move" name="top"/>
</contour>
<contour>
- <point x="372" y="768" type="curve" smooth="yes"/>
- <point x="372" y="1124"/>
- <point x="564" y="1344"/>
- <point x="824" y="1344" type="curve" smooth="yes"/>
- <point x="1024" y="1344"/>
- <point x="1200" y="1212"/>
- <point x="1256" y="1024" type="curve"/>
- <point x="1284" y="920"/>
- <point x="1288" y="808"/>
- <point x="1288" y="768" type="curve"/>
- <point x="1288" y="728"/>
- <point x="1284" y="608"/>
- <point x="1260" y="512" type="curve"/>
- <point x="1212" y="312"/>
- <point x="1012" y="180"/>
- <point x="820" y="180" type="curve" smooth="yes"/>
- <point x="564" y="180"/>
- <point x="372" y="412"/>
+ <point x="1772.0" y="-616.0" type="move" name="bottom"/>
</contour>
<contour>
- <point x="1772" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1772" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2600" y="2200" type="move" name="top0315"/>
+ <point x="2600.0" y="2200.0" type="move" name="top0315"/>
</contour>
</outline>
<lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/e.glif b/src/Inter-UI-Regular.ufo/glyphs/e.glif
index 8bb60da97..430f9cef7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/e.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/e.glif
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="e" format="1">
- <advance width="1624"/>
+ <advance width="1628"/>
<unicode hex="0065"/>
<outline>
<contour>
@@ -110,7 +110,7 @@
<array>
</array>
<key>width</key>
- <integer>1624</integer>
+ <integer>1628</integer>
</dict>
</dict>
<key>com.typemytype.robofont.mark</key>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/g.glif b/src/Inter-UI-Regular.ufo/glyphs/g.glif
index 9459ec405..930de89bb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/g.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/g.glif
@@ -1,75 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="g" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="0067"/>
<outline>
<contour>
- <point x="1272" y="1536" type="line"/>
- <point x="1272" y="1200" type="line"/>
- <point x="1356" y="768" type="line"/>
- <point x="1200" y="256" type="line"/>
- <point x="1272" y="216" type="line"/>
- <point x="1272" y="40" type="line"/>
- <point x="1272" y="-252"/>
- <point x="1072" y="-360"/>
- <point x="836" y="-360" type="curve" smooth="yes"/>
- <point x="580" y="-360"/>
- <point x="476" y="-224"/>
- <point x="420" y="-160" type="curve"/>
- <point x="244" y="-300" type="line"/>
- <point x="340" y="-436"/>
- <point x="516" y="-576"/>
- <point x="836" y="-576" type="curve" smooth="yes"/>
- <point x="1208" y="-576"/>
- <point x="1508" y="-376"/>
- <point x="1508" y="16" type="curve" smooth="yes"/>
- <point x="1508" y="1536" type="line"/>
+ <point x="1256" y="1536" type="line"/>
+ <point x="1256" y="1200" type="line"/>
+ <point x="1340" y="768" type="line"/>
+ <point x="1256" y="360" type="line"/>
+ <point x="1256" y="280" type="line"/>
+ <point x="1256" y="12" type="line"/>
+ <point x="1260" y="-244"/>
+ <point x="1056" y="-364"/>
+ <point x="820" y="-364" type="curve" smooth="yes"/>
+ <point x="556" y="-364"/>
+ <point x="448" y="-212"/>
+ <point x="388" y="-136" type="curve"/>
+ <point x="200" y="-268" type="line"/>
+ <point x="296" y="-432"/>
+ <point x="492" y="-576"/>
+ <point x="820" y="-576" type="curve" smooth="yes"/>
+ <point x="1176" y="-576"/>
+ <point x="1492" y="-408"/>
+ <point x="1492" y="-12" type="curve" smooth="yes"/>
+ <point x="1492" y="1536" type="line"/>
</contour>
<contour>
- <point x="1368" y="1356" type="line"/>
- <point x="1256" y="1356" type="line"/>
- <point x="1204" y="1436"/>
- <point x="1076" y="1556"/>
- <point x="824" y="1556" type="curve" smooth="yes"/>
- <point x="424" y="1556"/>
- <point x="136" y="1268"/>
- <point x="136" y="804" type="curve" smooth="yes"/>
- <point x="136" y="336"/>
- <point x="420" y="32"/>
- <point x="820" y="32" type="curve" smooth="yes"/>
- <point x="1068" y="32"/>
- <point x="1204" y="152"/>
- <point x="1256" y="236" type="curve"/>
- <point x="1368" y="236" type="line"/>
+ <point x="1352" y="1292" type="line"/>
+ <point x="1240" y="1292" type="line"/>
+ <point x="1188" y="1372"/>
+ <point x="1092" y="1556"/>
+ <point x="792" y="1556" type="curve" smooth="yes"/>
+ <point x="404" y="1556"/>
+ <point x="136" y="1248"/>
+ <point x="136" y="776" type="curve" smooth="yes"/>
+ <point x="136" y="296"/>
+ <point x="416" y="24"/>
+ <point x="788" y="24" type="curve" smooth="yes"/>
+ <point x="1088" y="24"/>
+ <point x="1188" y="200"/>
+ <point x="1240" y="284" type="curve"/>
+ <point x="1352" y="284" type="line"/>
</contour>
<contour>
- <point x="372" y="808" type="curve" smooth="yes"/>
- <point x="372" y="1124"/>
- <point x="536" y="1344"/>
- <point x="832" y="1344" type="curve" smooth="yes"/>
- <point x="1128" y="1344"/>
- <point x="1296" y="1128"/>
- <point x="1296" y="812" type="curve" smooth="yes"/>
- <point x="1296" y="488"/>
- <point x="1128" y="244"/>
- <point x="832" y="244" type="curve" smooth="yes"/>
- <point x="536" y="244"/>
- <point x="372" y="488"/>
+ <point x="372" y="780" type="curve" smooth="yes"/>
+ <point x="372" y="1092"/>
+ <point x="520" y="1344"/>
+ <point x="820" y="1344" type="curve" smooth="yes"/>
+ <point x="1104" y="1344"/>
+ <point x="1256" y="1112"/>
+ <point x="1256" y="780" type="curve" smooth="yes"/>
+ <point x="1256" y="440"/>
+ <point x="1100" y="236"/>
+ <point x="820" y="236" type="curve" smooth="yes"/>
+ <point x="524" y="236"/>
+ <point x="372" y="460"/>
</contour>
<contour>
- <point x="896.0" y="1792.0" type="move" name="top"/>
+ <point x="880" y="1792" type="move" name="top"/>
</contour>
<contour>
- <point x="836.0" y="-588.0" type="move" name="bottom"/>
+ <point x="820" y="-588" type="move" name="bottom"/>
</contour>
<contour>
- <point x="1652.0" y="2200.0" type="move" name="top_dd"/>
+ <point x="1636" y="2200" type="move" name="top_dd"/>
</contour>
<contour>
- <point x="1652.0" y="-560.0" type="move" name="bottom_dd"/>
+ <point x="1636" y="-560" type="move" name="bottom_dd"/>
</contour>
<contour>
- <point x="1652.0" y="1776.0" type="move" name="top0315"/>
+ <point x="1636" y="1776" type="move" name="top0315"/>
</contour>
</outline>
<lib>
@@ -109,7 +109,7 @@
<array>
</array>
<key>width</key>
- <integer>1716</integer>
+ <integer>1700</integer>
</dict>
</dict>
<key>com.typemytype.robofont.mark</key>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ghook.glif b/src/Inter-UI-Regular.ufo/glyphs/ghook.glif
index 9c3fa6a89..d9194d825 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ghook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ghook.glif
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="ghook" format="1">
- <advance width="1716"/>
+ <advance width="1712"/>
<unicode hex="0260"/>
<outline>
<contour>
- <point x="1508" y="1464" type="line"/>
- <point x="1508" y="1664" type="line" smooth="yes"/>
- <point x="1508" y="1824"/>
- <point x="1604" y="1872"/>
- <point x="1732" y="1872" type="curve" smooth="yes"/>
- <point x="1760" y="1872"/>
- <point x="1788" y="1868"/>
- <point x="1808" y="1864" type="curve"/>
- <point x="1808" y="2064" type="line"/>
- <point x="1772" y="2076"/>
- <point x="1720" y="2076"/>
- <point x="1672" y="2076" type="curve" smooth="yes"/>
- <point x="1448" y="2076"/>
- <point x="1272" y="1928"/>
- <point x="1272" y="1664" type="curve" smooth="yes"/>
- <point x="1272" y="1464" type="line"/>
+ <point x="1492" y="1464" type="line"/>
+ <point x="1492" y="1664" type="line" smooth="yes"/>
+ <point x="1492" y="1824"/>
+ <point x="1588" y="1872"/>
+ <point x="1716" y="1872" type="curve" smooth="yes"/>
+ <point x="1744" y="1872"/>
+ <point x="1772" y="1868"/>
+ <point x="1792" y="1864" type="curve"/>
+ <point x="1792" y="2064" type="line"/>
+ <point x="1756" y="2076"/>
+ <point x="1704" y="2076"/>
+ <point x="1656" y="2076" type="curve" smooth="yes"/>
+ <point x="1432" y="2076"/>
+ <point x="1256" y="1928"/>
+ <point x="1256" y="1664" type="curve" smooth="yes"/>
+ <point x="1256" y="1464" type="line"/>
</contour>
<component base="g"/>
<contour>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/leftloop.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/leftloop.cn.glif
index 5b0ed6863..de73d6f7e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/leftloop.cn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/leftloop.cn.glif
@@ -3,35 +3,35 @@
<advance width="1664"/>
<outline>
<contour>
- <point x="1344" y="1356" type="line"/>
- <point x="1232" y="1356" type="line"/>
- <point x="1180" y="1436"/>
- <point x="1052" y="1556"/>
- <point x="800" y="1556" type="curve" smooth="yes"/>
+ <point x="1344" y="1292" type="line"/>
+ <point x="1232" y="1292" type="line"/>
+ <point x="1180" y="1372"/>
+ <point x="1084" y="1556"/>
+ <point x="784" y="1556" type="curve" smooth="yes"/>
<point x="396" y="1556"/>
- <point x="112" y="1248"/>
- <point x="112" y="764" type="curve" smooth="yes"/>
- <point x="112" y="276"/>
+ <point x="128" y="1248"/>
+ <point x="128" y="764" type="curve" smooth="yes"/>
+ <point x="128" y="276"/>
<point x="396" y="-32"/>
- <point x="796" y="-32" type="curve" smooth="yes"/>
- <point x="1044" y="-32"/>
- <point x="1180" y="88"/>
- <point x="1232" y="172" type="curve"/>
- <point x="1344" y="172" type="line"/>
+ <point x="780" y="-32" type="curve" smooth="yes"/>
+ <point x="1076" y="-32"/>
+ <point x="1180" y="152"/>
+ <point x="1232" y="236" type="curve"/>
+ <point x="1344" y="236" type="line"/>
</contour>
<contour>
- <point x="348" y="768" type="curve" smooth="yes"/>
- <point x="348" y="1092"/>
- <point x="504" y="1344"/>
- <point x="808" y="1344" type="curve" smooth="yes"/>
- <point x="1100" y="1344"/>
- <point x="1272" y="1104"/>
- <point x="1272" y="764" type="curve" smooth="yes"/>
- <point x="1272" y="420"/>
- <point x="1096" y="180"/>
- <point x="808" y="180" type="curve" smooth="yes"/>
- <point x="508" y="180"/>
- <point x="348" y="440"/>
+ <point x="364" y="768" type="curve" smooth="yes"/>
+ <point x="364" y="1092"/>
+ <point x="512" y="1344"/>
+ <point x="812" y="1344" type="curve" smooth="yes"/>
+ <point x="1096" y="1344"/>
+ <point x="1248" y="1112"/>
+ <point x="1248" y="768" type="curve" smooth="yes"/>
+ <point x="1248" y="420"/>
+ <point x="1092" y="180"/>
+ <point x="812" y="180" type="curve" smooth="yes"/>
+ <point x="516" y="180"/>
+ <point x="364" y="440"/>
</contour>
</outline>
<lib>
@@ -67,44 +67,6 @@
<integer>764</integer>
</dict>
</array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>o</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>-24</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>leftloop.cn</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1664</integer>
- </dict>
- </dict>
<key>com.typemytype.robofont.mark</key>
<array>
<real>0.77</real>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/p.glif b/src/Inter-UI-Regular.ufo/glyphs/p.glif
index 80e853eb1..8113d1864 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/p.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/p.glif
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="p" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="0070"/>
<outline>
<contour>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/phook.glif b/src/Inter-UI-Regular.ufo/glyphs/phook.glif
index 2340eaf40..9d7ea66a1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/phook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/phook.glif
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="phook" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="01A5"/>
<outline>
<contour>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/q.glif b/src/Inter-UI-Regular.ufo/glyphs/q.glif
index c8b8923fa..2c327360f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/q.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/q.glif
@@ -1,36 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="q" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="0071"/>
<outline>
<contour>
- <point x="1508" y="1536" type="line"/>
- <point x="1272" y="1536" type="line"/>
- <point x="1272" y="1244" type="line"/>
- <point x="1268" y="1148" type="line"/>
- <point x="1344" y="728" type="line"/>
- <point x="1272" y="392" type="line"/>
- <point x="1272" y="-576" type="line"/>
- <point x="1508" y="-576" type="line"/>
+ <point x="1492" y="1536" type="line"/>
+ <point x="1256" y="1536" type="line"/>
+ <point x="1256" y="1244" type="line"/>
+ <point x="1252" y="1148" type="line"/>
+ <point x="1328" y="728" type="line"/>
+ <point x="1256" y="392" type="line"/>
+ <point x="1256" y="-576" type="line"/>
+ <point x="1492" y="-576" type="line"/>
</contour>
- <component base="leftloop.cn" xOffset="24"/>
+ <component base="leftloop.cn" xOffset="8"/>
<contour>
- <point x="828" y="1792" type="move" name="top"/>
+ <point x="812" y="1792" type="move" name="top"/>
</contour>
<contour>
- <point x="1388" y="-576" type="move" name="bottom"/>
+ <point x="1372" y="-576" type="move" name="bottom"/>
</contour>
<contour>
- <point x="828" y="1792" type="move" name="marktop"/>
+ <point x="812" y="1792" type="move" name="marktop"/>
</contour>
<contour>
- <point x="1632" y="2200" type="move" name="top_dd"/>
+ <point x="1616" y="2200" type="move" name="top_dd"/>
</contour>
<contour>
- <point x="1632" y="-560" type="move" name="bottom_dd"/>
+ <point x="1616" y="-560" type="move" name="bottom_dd"/>
</contour>
<contour>
- <point x="1436" y="1792" type="move" name="top0315"/>
+ <point x="1420" y="1792" type="move" name="top0315"/>
</contour>
</outline>
<lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/qhook.glif b/src/Inter-UI-Regular.ufo/glyphs/qhook.glif
index 65ba237c0..5ec8bcf4f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/qhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/qhook.glif
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="qhook" format="1">
- <advance width="1776"/>
+ <advance width="1760"/>
<unicode hex="02A0"/>
<outline>
<contour>
- <point x="1508" y="1288" type="line"/>
- <point x="1508" y="1488" type="line" smooth="yes"/>
- <point x="1508" y="1648"/>
- <point x="1604" y="1696"/>
- <point x="1732" y="1696" type="curve" smooth="yes"/>
- <point x="1760" y="1696"/>
- <point x="1788" y="1692"/>
- <point x="1808" y="1688" type="curve"/>
- <point x="1808" y="1888" type="line"/>
- <point x="1772" y="1900"/>
- <point x="1720" y="1900"/>
- <point x="1672" y="1900" type="curve" smooth="yes"/>
- <point x="1448" y="1900"/>
- <point x="1272" y="1752"/>
- <point x="1272" y="1488" type="curve" smooth="yes"/>
- <point x="1272" y="1288" type="line"/>
+ <point x="1492" y="1288" type="line"/>
+ <point x="1492" y="1488" type="line" smooth="yes"/>
+ <point x="1492" y="1648"/>
+ <point x="1588" y="1696"/>
+ <point x="1716" y="1696" type="curve" smooth="yes"/>
+ <point x="1744" y="1696"/>
+ <point x="1772" y="1692"/>
+ <point x="1792" y="1688" type="curve"/>
+ <point x="1792" y="1888" type="line"/>
+ <point x="1756" y="1900"/>
+ <point x="1704" y="1900"/>
+ <point x="1656" y="1900" type="curve" smooth="yes"/>
+ <point x="1432" y="1900"/>
+ <point x="1256" y="1752"/>
+ <point x="1256" y="1488" type="curve" smooth="yes"/>
+ <point x="1256" y="1288" type="line"/>
</contour>
<component base="q"/>
<contour>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/qrthook.glif b/src/Inter-UI-Regular.ufo/glyphs/qrthook.glif
index 8d87b09af..2cad69d41 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/qrthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/qrthook.glif
@@ -1,66 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="qrthook" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="024B"/>
<outline>
<contour>
- <point x="1508" y="1536" type="line"/>
- <point x="1292" y="1536" type="line"/>
- <point x="1276" y="1344" type="line"/>
- <point x="1248" y="1344" type="line"/>
- <point x="1168" y="1460"/>
- <point x="1032" y="1556"/>
- <point x="820" y="1556" type="curve" smooth="yes"/>
- <point x="408" y="1556"/>
+ <point x="1492" y="36" type="line"/>
+ <point x="1256" y="36" type="line"/>
+ <point x="1256" y="-164" type="line" smooth="yes"/>
+ <point x="1256" y="-428"/>
+ <point x="1432" y="-576"/>
+ <point x="1656" y="-576" type="curve" smooth="yes"/>
+ <point x="1704" y="-576"/>
+ <point x="1756" y="-576"/>
+ <point x="1792" y="-564" type="curve"/>
+ <point x="1792" y="-364" type="line"/>
+ <point x="1772" y="-368"/>
+ <point x="1744" y="-372"/>
+ <point x="1716" y="-372" type="curve" smooth="yes"/>
+ <point x="1588" y="-372"/>
+ <point x="1492" y="-324"/>
+ <point x="1492" y="-164" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1492" y="1536" type="line"/>
+ <point x="1256" y="1536" type="line"/>
+ <point x="1256" y="1244" type="line"/>
+ <point x="1252" y="1148" type="line"/>
+ <point x="1328" y="728" type="line"/>
+ <point x="1256" y="392" type="line"/>
+ <point x="1256" y="-64" type="line"/>
+ <point x="1492" y="-64" type="line"/>
+ </contour>
+ <contour>
+ <point x="1352" y="1292" type="line"/>
+ <point x="1240" y="1292" type="line"/>
+ <point x="1188" y="1372"/>
+ <point x="1092" y="1556"/>
+ <point x="792" y="1556" type="curve" smooth="yes"/>
+ <point x="404" y="1556"/>
<point x="136" y="1248"/>
- <point x="136" y="768" type="curve" smooth="yes"/>
- <point x="136" y="284"/>
- <point x="408" y="-32"/>
- <point x="820" y="-32" type="curve" smooth="yes"/>
- <point x="1040" y="-32"/>
- <point x="1176" y="64"/>
- <point x="1256" y="188" type="curve"/>
- <point x="1272" y="188" type="line"/>
- <point x="1272" y="0" type="line"/>
- <point x="1508" y="0" type="line"/>
+ <point x="136" y="764" type="curve" smooth="yes"/>
+ <point x="136" y="276"/>
+ <point x="404" y="-32"/>
+ <point x="788" y="-32" type="curve" smooth="yes"/>
+ <point x="1084" y="-32"/>
+ <point x="1188" y="152"/>
+ <point x="1240" y="236" type="curve"/>
+ <point x="1352" y="236" type="line"/>
</contour>
<contour>
<point x="372" y="768" type="curve" smooth="yes"/>
- <point x="372" y="1124"/>
- <point x="564" y="1344"/>
- <point x="824" y="1344" type="curve" smooth="yes"/>
- <point x="1024" y="1344"/>
- <point x="1200" y="1212"/>
- <point x="1256" y="1024" type="curve"/>
- <point x="1284" y="920"/>
- <point x="1288" y="808"/>
- <point x="1288" y="768" type="curve"/>
- <point x="1288" y="728"/>
- <point x="1284" y="608"/>
- <point x="1260" y="512" type="curve"/>
- <point x="1212" y="312"/>
- <point x="1012" y="180"/>
+ <point x="372" y="1092"/>
+ <point x="520" y="1344"/>
+ <point x="820" y="1344" type="curve" smooth="yes"/>
+ <point x="1104" y="1344"/>
+ <point x="1256" y="1112"/>
+ <point x="1256" y="768" type="curve" smooth="yes"/>
+ <point x="1256" y="420"/>
+ <point x="1100" y="180"/>
<point x="820" y="180" type="curve" smooth="yes"/>
- <point x="564" y="180"/>
- <point x="372" y="412"/>
- </contour>
- <contour>
- <point x="1508" y="36" type="line"/>
- <point x="1272" y="36" type="line"/>
- <point x="1272" y="-164" type="line" smooth="yes"/>
- <point x="1272" y="-428"/>
- <point x="1448" y="-576"/>
- <point x="1672" y="-576" type="curve" smooth="yes"/>
- <point x="1720" y="-576"/>
- <point x="1772" y="-576"/>
- <point x="1808" y="-564" type="curve"/>
- <point x="1808" y="-364" type="line"/>
- <point x="1788" y="-368"/>
- <point x="1760" y="-372"/>
- <point x="1732" y="-372" type="curve" smooth="yes"/>
- <point x="1604" y="-372"/>
- <point x="1508" y="-324"/>
- <point x="1508" y="-164" type="curve" smooth="yes"/>
+ <point x="524" y="180"/>
+ <point x="372" y="440"/>
</contour>
</outline>
<lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rightloop.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/rightloop.cn.glif
index e5fbbfe9d..7e055f583 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rightloop.cn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rightloop.cn.glif
@@ -3,35 +3,35 @@
<advance width="1664"/>
<outline>
<contour>
- <point x="296" y="1356" type="line"/>
- <point x="296" y="172" type="line"/>
- <point x="408" y="172" type="line"/>
- <point x="460" y="88"/>
- <point x="596" y="-32"/>
- <point x="844" y="-32" type="curve" smooth="yes"/>
+ <point x="296" y="1292" type="line"/>
+ <point x="296" y="236" type="line"/>
+ <point x="408" y="236" type="line"/>
+ <point x="460" y="152"/>
+ <point x="564" y="-32"/>
+ <point x="860" y="-32" type="curve" smooth="yes"/>
<point x="1244" y="-32"/>
- <point x="1528" y="276"/>
- <point x="1528" y="764" type="curve" smooth="yes"/>
- <point x="1528" y="1248"/>
+ <point x="1512" y="276"/>
+ <point x="1512" y="764" type="curve" smooth="yes"/>
+ <point x="1512" y="1248"/>
<point x="1244" y="1556"/>
- <point x="840" y="1556" type="curve" smooth="yes"/>
- <point x="588" y="1556"/>
- <point x="460" y="1436"/>
- <point x="408" y="1356" type="curve"/>
+ <point x="856" y="1556" type="curve" smooth="yes"/>
+ <point x="556" y="1556"/>
+ <point x="460" y="1372"/>
+ <point x="408" y="1292" type="curve"/>
</contour>
<contour>
- <point x="1292" y="768" type="curve" smooth="yes"/>
- <point x="1292" y="440"/>
- <point x="1132" y="180"/>
- <point x="832" y="180" type="curve" smooth="yes"/>
- <point x="544" y="180"/>
- <point x="368" y="420"/>
- <point x="368" y="764" type="curve" smooth="yes"/>
- <point x="368" y="1104"/>
- <point x="540" y="1344"/>
- <point x="832" y="1344" type="curve" smooth="yes"/>
- <point x="1136" y="1344"/>
- <point x="1292" y="1092"/>
+ <point x="1276" y="768" type="curve" smooth="yes"/>
+ <point x="1276" y="440"/>
+ <point x="1124" y="180"/>
+ <point x="828" y="180" type="curve" smooth="yes"/>
+ <point x="548" y="180"/>
+ <point x="392" y="420"/>
+ <point x="392" y="768" type="curve" smooth="yes"/>
+ <point x="392" y="1112"/>
+ <point x="544" y="1344"/>
+ <point x="828" y="1344" type="curve" smooth="yes"/>
+ <point x="1128" y="1344"/>
+ <point x="1276" y="1092"/>
</contour>
</outline>
<lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.1.glif b/src/Inter-UI-Regular.ufo/glyphs/six.1.glif
index 0bc00d5cd..b100e1117 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/six.1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/six.1.glif
@@ -6,32 +6,32 @@
<point x="972.0" y="2048.0" type="line"/>
<point x="404" y="1216" type="line" smooth="yes"/>
<point x="280" y="1032"/>
- <point x="216" y="856"/>
+ <point x="216" y="836"/>
<point x="216.0" y="644.0" type="curve"/>
- <point x="216.0" y="356.0"/>
- <point x="394.0" y="-28.0"/>
+ <point x="216" y="320"/>
+ <point x="404" y="-28"/>
<point x="854.0" y="-28.0" type="curve" smooth="yes"/>
- <point x="1272.0" y="-28.0"/>
- <point x="1504.0" y="268.0"/>
+ <point x="1272" y="-28"/>
+ <point x="1504" y="268"/>
<point x="1504.0" y="644.0" type="curve" smooth="yes"/>
- <point x="1504.0" y="972.0"/>
- <point x="1321.0" y="1288.0"/>
- <point x="907.0" y="1288.0" type="curve" smooth="yes"/>
- <point x="619.0" y="1288.0"/>
- <point x="277.0" y="1120.0"/>
- <point x="277.0" y="636.0" type="curve"/>
+ <point x="1504" y="980"/>
+ <point x="1316" y="1288"/>
+ <point x="936" y="1288" type="curve" smooth="yes"/>
+ <point x="528" y="1288"/>
+ <point x="368" y="928"/>
+ <point x="368" y="636" type="curve"/>
<point x="452.0" y="636.0" type="line"/>
<point x="452.0" y="900.0"/>
- <point x="645.0" y="1068.0"/>
+ <point x="628" y="1068"/>
<point x="882.0" y="1068.0" type="curve" smooth="yes"/>
- <point x="1165.0" y="1068.0"/>
- <point x="1268.0" y="864.0"/>
- <point x="1268.0" y="632.0" type="curve" smooth="yes"/>
- <point x="1268.0" y="368.0"/>
- <point x="1096.0" y="188.0"/>
- <point x="874.0" y="188.0" type="curve" smooth="yes"/>
- <point x="653.0" y="188.0"/>
- <point x="452.0" y="340.0"/>
+ <point x="1164" y="1068"/>
+ <point x="1268" y="860"/>
+ <point x="1268" y="640" type="curve" smooth="yes"/>
+ <point x="1268" y="364"/>
+ <point x="1108" y="188"/>
+ <point x="880" y="188" type="curve" smooth="yes"/>
+ <point x="648" y="188"/>
+ <point x="452" y="368"/>
<point x="452.0" y="652.0" type="curve"/>
<point x="420" y="844" type="line"/>
<point x="1244" y="2048" type="line"/>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/thorn.glif b/src/Inter-UI-Regular.ufo/glyphs/thorn.glif
index 7df334e39..73a9d4948 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/thorn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/thorn.glif
@@ -8,7 +8,7 @@
<point x="208" y="-576" type="line"/>
<point x="444" y="-576" type="line"/>
<point x="444" y="288" type="line"/>
- <point x="352" y="784" type="line"/>
+ <point x="384" y="784" type="line"/>
<point x="444" y="1172" type="line"/>
<point x="444" y="2048" type="line"/>
</contour>
@@ -16,6 +16,44 @@
</outline>
<lib>
<dict>
+ <key>com.typemytype.robofont.layerData</key>
+ <dict>
+ <key>reference</key>
+ <dict>
+ <key>anchors</key>
+ <array>
+ </array>
+ <key>components</key>
+ <array>
+ <dict>
+ <key>baseGlyph</key>
+ <string>p</string>
+ <key>transformation</key>
+ <array>
+ <integer>1</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>1</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ </array>
+ </dict>
+ </array>
+ <key>contours</key>
+ <array>
+ </array>
+ <key>lib</key>
+ <dict>
+ </dict>
+ <key>name</key>
+ <string>thorn</string>
+ <key>unicodes</key>
+ <array>
+ </array>
+ <key>width</key>
+ <integer>1700</integer>
+ </dict>
+ </dict>
<key>interface.gridadjust.original</key>
<string>{'width': 1632, 'leftMargin': 202, 'rightMargin': 159}</string>
<key>interface.width-adjustments</key>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0221.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0221.glif
index b7aef0a44..dd3c7c7c6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0221.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0221.glif
@@ -1,41 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="uni0221" format="1">
- <advance width="2012"/>
+ <advance width="2008"/>
<unicode hex="0221"/>
<outline>
<contour>
- <point x="1272" y="336" type="line"/>
- <point x="1272" y="-144" type="line"/>
- <point x="1272" y="-348"/>
- <point x="1388" y="-576"/>
- <point x="1696" y="-576" type="curve" smooth="yes"/>
- <point x="1944" y="-576"/>
- <point x="2100" y="-428"/>
- <point x="2100" y="-212" type="curve" smooth="yes"/>
- <point x="2100" y="8"/>
- <point x="1936" y="152"/>
- <point x="1716" y="152" type="curve" smooth="yes"/>
- <point x="1564" y="152"/>
- <point x="1400" y="84"/>
- <point x="1272" y="-48" type="curve" smooth="yes"/>
- <point x="960" y="-368" type="line"/>
- <point x="1112" y="-524" type="line"/>
- <point x="1392" y="-232" type="line" smooth="yes"/>
- <point x="1476" y="-144"/>
- <point x="1556" y="-60"/>
- <point x="1684" y="-60" type="curve" smooth="yes"/>
- <point x="1788" y="-60"/>
- <point x="1856" y="-116"/>
- <point x="1856" y="-212" type="curve" smooth="yes"/>
- <point x="1856" y="-304"/>
- <point x="1792" y="-372"/>
- <point x="1696" y="-372" type="curve" smooth="yes"/>
- <point x="1596" y="-372"/>
- <point x="1508" y="-296"/>
- <point x="1508" y="-204" type="curve" smooth="yes"/>
- <point x="1508" y="-120"/>
- <point x="1508" y="336"/>
- <point x="1508" y="336" type="curve"/>
+ <point x="1256" y="336" type="line"/>
+ <point x="1256" y="-144" type="line"/>
+ <point x="1256" y="-348"/>
+ <point x="1372" y="-576"/>
+ <point x="1680" y="-576" type="curve" smooth="yes"/>
+ <point x="1928" y="-576"/>
+ <point x="2084" y="-428"/>
+ <point x="2084" y="-212" type="curve" smooth="yes"/>
+ <point x="2084" y="8"/>
+ <point x="1920" y="152"/>
+ <point x="1700" y="152" type="curve" smooth="yes"/>
+ <point x="1548" y="152"/>
+ <point x="1384" y="84"/>
+ <point x="1256" y="-48" type="curve" smooth="yes"/>
+ <point x="944" y="-368" type="line"/>
+ <point x="1096" y="-524" type="line"/>
+ <point x="1376" y="-232" type="line" smooth="yes"/>
+ <point x="1460" y="-144"/>
+ <point x="1540" y="-60"/>
+ <point x="1668" y="-60" type="curve" smooth="yes"/>
+ <point x="1772" y="-60"/>
+ <point x="1840" y="-116"/>
+ <point x="1840" y="-212" type="curve" smooth="yes"/>
+ <point x="1840" y="-304"/>
+ <point x="1776" y="-372"/>
+ <point x="1680" y="-372" type="curve" smooth="yes"/>
+ <point x="1580" y="-372"/>
+ <point x="1492" y="-296"/>
+ <point x="1492" y="-204" type="curve" smooth="yes"/>
+ <point x="1492" y="-120"/>
+ <point x="1492" y="336"/>
+ <point x="1492" y="336" type="curve"/>
</contour>
<component base="d"/>
</outline>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni048F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni048F_.glif
index ec2cea185..533b7f64d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni048F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni048F_.glif
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="uni048F" format="1">
- <advance width="1716"/>
+ <advance width="1700"/>
<unicode hex="048F"/>
<outline>
<contour>
diff --git a/src/Inter-UI-Regular.ufo/kerning.plist b/src/Inter-UI-Regular.ufo/kerning.plist
index 7e50a4dd7..5435a9d74 100644
--- a/src/Inter-UI-Regular.ufo/kerning.plist
+++ b/src/Inter-UI-Regular.ufo/kerning.plist
@@ -261,6 +261,8 @@
</dict>
<key>@KERN_LEFT_E</key>
<dict>
+ <key>@KERN_RIGHT_C</key>
+ <integer>-32</integer>
<key>@KERN_RIGHT_dotlessi</key>
<integer>-48</integer>
<key>@KERN_RIGHT_dotlessj</key>
@@ -352,7 +354,7 @@
<key>@KERN_RIGHT_approxequal</key>
<integer>-42</integer>
<key>@KERN_RIGHT_c</key>
- <integer>-160</integer>
+ <integer>-112</integer>
<key>@KERN_RIGHT_comma</key>
<integer>-233</integer>
<key>@KERN_RIGHT_dotlessi</key>
@@ -1435,13 +1437,13 @@
<key>@KERN_RIGHT_S</key>
<integer>-29</integer>
<key>@KERN_RIGHT_a</key>
- <integer>-221</integer>
+ <integer>-176</integer>
<key>@KERN_RIGHT_approxequal</key>
<integer>-261</integer>
<key>@KERN_RIGHT_asciicircum</key>
<integer>-42</integer>
<key>@KERN_RIGHT_c</key>
- <integer>-240</integer>
+ <integer>-160</integer>
<key>@KERN_RIGHT_colon</key>
<integer>-165</integer>
<key>@KERN_RIGHT_comma</key>
@@ -1453,31 +1455,31 @@
<key>@KERN_RIGHT_eight.subs</key>
<integer>-317</integer>
<key>@KERN_RIGHT_f</key>
- <integer>-70</integer>
+ <integer>-64</integer>
<key>@KERN_RIGHT_guillemotleft</key>
<integer>-248</integer>
<key>@KERN_RIGHT_guillemotright</key>
<integer>-164</integer>
<key>@KERN_RIGHT_m</key>
- <integer>-152</integer>
+ <integer>-112</integer>
<key>@KERN_RIGHT_quotedblbase</key>
<integer>-304</integer>
<key>@KERN_RIGHT_s</key>
- <integer>-205</integer>
+ <integer>-192</integer>
<key>@KERN_RIGHT_six</key>
- <integer>-96</integer>
+ <integer>-64</integer>
<key>@KERN_RIGHT_t</key>
- <integer>-27</integer>
+ <integer>-12</integer>
<key>@KERN_RIGHT_u</key>
- <integer>-166</integer>
+ <integer>-112</integer>
<key>@KERN_RIGHT_v</key>
- <integer>-96</integer>
+ <integer>-64</integer>
<key>@KERN_RIGHT_w</key>
- <integer>-96</integer>
+ <integer>-48</integer>
<key>@KERN_RIGHT_x</key>
- <integer>-96</integer>
+ <integer>-64</integer>
<key>@KERN_RIGHT_z</key>
- <integer>-124</integer>
+ <integer>-76</integer>
<key>adieresis</key>
<integer>-112</integer>
<key>ampersand</key>
@@ -3613,11 +3615,21 @@
<key>asterisk.case</key>
<integer>-96</integer>
</dict>
+ <key>C</key>
+ <dict>
+ <key>O</key>
+ <integer>0</integer>
+ </dict>
<key>Delta</key>
<dict>
<key>asterisk.case</key>
<integer>-96</integer>
</dict>
+ <key>E</key>
+ <dict>
+ <key>c</key>
+ <integer>-48</integer>
+ </dict>
<key>F</key>
<dict>
<key>r</key>