We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0afb1ec + e73b30d commit bd2f0e4Copy full SHA for bd2f0e4
README.md
@@ -13,6 +13,17 @@ Also see the launch article: [Introducing CC Accidenz Commons: An Open-Licensed
13
[blogpost]: https://creativecommons.org/2019/10/28/accidenz-commons-open-licensed-font/
14
15
16
+## OTF File Compilation
17
+
18
+The OpenType font (OTF) file can compiled from the Unified Font Object (UFO)
19
+source directory with `fontmake`:
20
+```shell
21
+fontmake --validate-ufo -u CC\ Accidenz\ Commons-medium.ufo -o otf --output-path CCAccidenzCommons-medium.otf
22
+```
23
+- [googlefonts/fontmake](https://github.com/googlefonts/fontmake): Compile
24
+ fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType).
25
26
27
## License
28
29
[![CC BY-SA 4.0 license button][cc-by-sa-png]][cc-by-sa]
0 commit comments