1
1
mirror of https://github.com/rsms/inter.git synced 2024-08-15 22:00:25 +03:00
inter/src
2024-03-23 08:15:49 -07:00
..
features revert frac code from 5e4c3fa964, closing #639 2024-03-23 08:15:49 -07:00
Inter-Italic.glyphspackage remove c2sc and smcp from aalt, re #630 2024-03-22 18:49:11 -07:00
Inter-Roman.glyphspackage remove c2sc and smcp from aalt, re #630 2024-03-22 18:49:11 -07: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.