diff --git a/font-patcher b/font-patcher index aa25fcd..3120a51 100755 --- a/font-patcher +++ b/font-patcher @@ -85,7 +85,7 @@ class font_patcher: if symfont: symfont.close() symfont = None - symfont = fontforge.open(__dir__ + "/src/glyphs/" + patch['Filename']) + symfont = fontforge.open(__dir__ + "/src/" + patch['Filename']) # Match the symbol font size to the source font size symfont.em = self.sourceFont.em