We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98339df commit d4ccb8fCopy full SHA for d4ccb8f
builder/scripts/generate_font.py
@@ -35,7 +35,6 @@
35
36
font_name = manifest_data['name']
37
m.update(font_name + ';')
38
-m.update(manifest_data['version'] + ';')
39
m.update(manifest_data['prefix'] + ';')
40
41
for dirname, dirnames, filenames in os.walk(INPUT_SVG_DIR):
0 commit comments