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
Rasmus Andersson e718f73fde remove rare glyphs with incorrect design
U+2056
U+2058
U+2059
U+205A
U+205B
U+205C
U+205D
U+205E
2023-11-19 09:47:53 -08:00
..
features move fi ligature from liga to dlig 2023-11-18 18:35:21 -08:00
Inter-Italic.glyphspackage remove rare glyphs with incorrect design 2023-11-19 09:47:53 -08:00
Inter-Roman.glyphspackage remove rare glyphs with incorrect design 2023-11-19 09:47:53 -08:00
README.md update src/README.md. Closes #506 2022-10-08 13:53:49 -07:00

Source files

  • Inter-Roman.glyphspackage — non-italic designs in Glyphs format
  • Inter-Italic.glyphspackage — italic designs in Glyphs format
  • features/ — OpenType feature code. This directory only contains features written by hand. Many additional features are automatically generated by Glyphs and are embedded inside the .glyphspackage directories.

To build inter, make sure you have python3, bash and make installed, then in the repository root, run "make all" to build all ~80 fonts:

make -j all

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