We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f7722b + c91a5a6 commit 6b33fdeCopy full SHA for 6b33fde
README.md
@@ -33,15 +33,19 @@ Information and usage instructions can be found by executing `makeotf -h`.
33
In this repository, all necessary files are in place for building the OTF and TTF fonts.
34
For example, build a binary OTF font for the Regular style like this:
35
36
- $ cd Roman/Regular/
37
- $ makeotf -r
+```sh
+$ cd Roman/Regular/
38
+$ makeotf -r
39
+```
40
41
### Building all fonts
42
43
For convenience, a shell script named `build.sh` is provided in the root directory.
44
It builds all OTFs and TTFs, and can be executed by typing:
45
- $ ./build.sh
46
47
+$ ./build.sh
48
49
50
## Getting Involved
51
0 commit comments