subframe7536 / maple-font

[try V7!] Maple Mono: Open source monospace font with round corner, ligatures and Nerd-Font for IDE and command line. 带连字和控制台图标的圆角等宽字体,中英文宽度完美2:1
SIL Open Font License 1.1
4.41k stars 62 forks source link

build in linux #155

Closed fakeGenuis closed 7 months ago

fakeGenuis commented 7 months ago

Really a nice font that I would set in my text-editor. After tweak some config and build on Linux, i encounter some errors: generate_nerdfont.sh cannot be executed

exec: Failed to execute process './generate-nerdfont.sh':  The file uses Windows line endings (\r\n). Run dos2unix or similar to fix it.

If i change "family_name" to something else, python build.py say

Font file does not exist: ../output/ttf-autohint/MapleMono-Light.ttf

Here are two commits to fix those (may not be elegant).

subframe7536 commented 7 months ago

Thanks for your PR!