-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,14 @@ | |
source venv/bin/activate | ||
|
||
# variable font | ||
rm -rf distr/variable_ttf | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tonsky
Author
Owner
|
||
fontmake -g FiraCode.glyphs -o variable --output-dir distr/variable_ttf | ||
|
||
# statics | ||
fontmake -g FiraCode.glyphs -o ttf --output-dir distr/ttf | ||
fontmake -g FiraCode.glyphs -o otf --output-dir distr/otf | ||
rm -rf distr/ttf | ||
fontmake -g FiraCode.glyphs -o ttf --output-dir distr/ttf -i | ||
This comment has been minimized.
Sorry, something went wrong.
thundernixon
Contributor
|
||
rm -rf distr/otf | ||
fontmake -g FiraCode.glyphs -o otf --output-dir distr/otf -i | ||
|
||
# ============================================================================ | ||
# Autohinting ================================================================ | ||
|
Were the files not being overwritten by FontMake, already?