This repository has been archived on 2025-10-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
inter-font/src
2020-08-20 10:08:23 -07:00
..
features improvements (tuning) to calt case substitutions. See issue #251 2020-08-17 17:13:22 -07:00
Inter.glyphs adds note to /yogonek 2020-08-20 10:08:23 -07:00
InterDisplay.glyphs glyphs: change Variation Font Origin -> Variable Font Origin in glyphs metadata (Display; changed in Glyphs 2.6) 2020-08-19 15:45:07 -07: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.