inter/src
Rasmus Andersson 8d672c0758 kerning for a.1
2019-04-24 08:43:48 -07:00
..
Inter.glyphs kerning for a.1 2019-04-24 08:43:48 -07:00
LICENSE for some glyph outlines.txt Remove generated UFO and designspace files from src directory and add some documentation of how to generate them 2019-01-22 10:28:53 -08:00
README.md typo in readme. Thanks @rarecoil. Closes #126 2019-02-11 23:25:32 -08:00

Source files

The main source file is Inter.glyphs, but you can easily generate UFOs and work with those instead, if you're using a font editor that does not support .glyphs files.

For more details on how to work with these source files and how to build font files from them, see CONTRIBUTING.md.

Generating designspace and UFO files

make designspace

This will generate all masters as UFO files in this (src) directory as well as accompanying designspace files.

You can now forget about the .glyphs file and simply work with the UFO and designspace files, and keep building using make.

Note that UFO and designspace files are automatically generated as part of the build process, so in practice you can simply run make and those files will be generated for you.