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
2021-03-31 16:53:12 -07:00
..
features Disables glyph composition feature for enclosing+base (only permits order base+enclosing). Closes #335 2021-03-29 17:09:05 -07:00
Inter.glyphs Fixes issues with afii10026 and uni0376 in italic masters due to a bug in Glyphs 3 2021-03-31 16:53:12 -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.