1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-11-19 16:39:20 +02:00

Workflow for building release candidate

* debug font patcher version
This commit is contained in:
Ryan L McIntyre 2021-11-21 13:11:25 -08:00
parent 26befdd2bf
commit fc8a4fb74e

View File

@ -68,6 +68,9 @@ class font_patcher:
def patch(self):
print("{} Patcher v{} executing\n".format(projectName, version))
if self.args.single:
# Force width to be equal on all glyphs to ensure the font is considered monospaced on Windows.
# This needs to be done on all characters, as some information seems to be lost from the original font file.