summaryrefslogtreecommitdiff
path: root/scripts/lib/fontbuild/Build.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/fontbuild/Build.py')
-rw-r--r--scripts/lib/fontbuild/Build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/fontbuild/Build.py b/scripts/lib/fontbuild/Build.py
index 6ed91c3..cc858d3 100644
--- a/scripts/lib/fontbuild/Build.py
+++ b/scripts/lib/fontbuild/Build.py
@@ -102,7 +102,7 @@ class FontProject:
if (g.name in self.lessItalic):
italicizeGlyph(g, 9, stemWidth=stemWidth)
- else:
+ elif g.name != ".notdef":
italicizeGlyph(g, 10, stemWidth=stemWidth)
g.RemoveOverlap()
g.width += 10