Skip to content

Commit 2b589f0

Browse files
committed
1.0.8
1 parent c3a9327 commit 2b589f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fontconv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def load_vector_font(path, codepoint_set, font_variable_name, pixels, pixel_bitn
247247
basename = os.path.basename(path)
248248
font.name = os.path.splitext(basename)[0]
249249
if pixels:
250-
font.name += f' {int(3 * 4 / pixels)}'
250+
font.name += f' {int(pixels)}'
251251
font.variable_name = font_variable_name
252252

253253
# Glyphs

0 commit comments

Comments
 (0)