Skip to content

Commit 1bf9f15

Browse files
committed
Updated test CSS and TTF files
1 parent 63ce46e commit 1bf9f15

File tree

6 files changed

+678
-210
lines changed

6 files changed

+678
-210
lines changed

icon_font_to_png/command_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def run(arguments):
118118
# Prepend icon name with prefix
119119
icon = icon_font.common_prefix + icon
120120
elif (not args.keep_prefix and
121-
icon.startswith(icon_font.common_prefix)):
121+
icon.startswith(icon_font.common_prefix)):
122122
# Remove prefix from icon name
123123
icon = icon[len(icon_font.common_prefix):]
124124

0 commit comments

Comments
 (0)