Browse Source

added --composites --windows-compatibility to ttf generation

Nikita Prokopov 5 years ago
parent
commit
6c38d43545

+ 3 - 3
README.md

@@ -189,13 +189,13 @@ In case you want to alter FiraCode.glyphs and build OTF/TTF/WOFF files yourself,
 
 ```bash
 # install all required build tools
-script/bootstrap
+./script/bootstrap
 
 # build the font files
-script/build
+./script/build
 
 # install OTFs to ~/Library/Fonts
-script/install
+./script/install
 ```
 
 ### Credits

BIN
distr/otf/FiraCode-Bold.otf


BIN
distr/otf/FiraCode-Light.otf


BIN
distr/otf/FiraCode-Medium.otf


BIN
distr/otf/FiraCode-Regular.otf


BIN
distr/otf/FiraCode-Retina.otf


BIN
distr/ttf/FiraCode-Bold.ttf


BIN
distr/ttf/FiraCode-Light.ttf


BIN
distr/ttf/FiraCode-Medium.ttf


BIN
distr/ttf/FiraCode-Regular.ttf


Some files were not shown because too many files changed in this diff