Skip to content

Commit bd2f0e4

Browse files
authored
Merge pull request #3 from creativecommons/otf-gen
Add "OTF File Compilation" section to README
2 parents 0afb1ec + e73b30d commit bd2f0e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ Also see the launch article: [Introducing CC Accidenz Commons: An Open-Licensed
1313
[blogpost]: https://creativecommons.org/2019/10/28/accidenz-commons-open-licensed-font/
1414

1515

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+
1627
## License
1728

1829
[![CC BY-SA 4.0 license button][cc-by-sa-png]][cc-by-sa]

0 commit comments

Comments
 (0)