Rasmus

Results 298 comments of Rasmus

Since Inter is meant to have its letter spacing adjusted, to be tracked, depending on optical size, ligatures are tricky as many layout engines and shapers will disable ligatures as...

Interesting. I wonder how this could be fixed in fontmake/fonttools and/or Glyphs...

Note: The subset fonts have been disabled due to issues with pyftsubset not being able to fully include all OpenType features.

I'm not sure how much work it would be to allow this, but it would require on-the-fly font file compilation, which is complicated. Might be a lot of work, but...

Subsetting is easy to do yourself. Here's an example: (requires docker to be installed) ``` cat

> There’s also [`pyftfeatfreeze`](https://github.com/twardoch/fonttools-utils/tree/master/pyftfeatfreeze). Oh, [OpenType Feature Freezer](https://github.com/twardoch/fonttools-opentype-feature-freezer) is really neat. I often get the question of how to swap alternates.

Neat idea @jasongitmail :-) The `docs` folder in the Inter repo is "special" in that it is deployed by GitHub Pages to the official website and thus the font files...

Update on subsetting: 4eee1377a7c68be4bb6dd6246c170508564de74e adds a subset program which when run generates chunks of subset font files and accompanying CSS. 57e80b4ab06b6b80a2bf1b35fd7aa8efdbafa0f0 deploys this to the website and CDN. This mean...

I’ll make this a todo for adding documentation. In the meantime, the cleanest way to contribute: For contributions meant for upstream: 1. Fork the repo 2. Edit src/Inter.glyphs 3. Create...

A shortcut for generating UFOs: ```sh make ``` This will generate all UFO files into `build/ufo/` together with `.designspace` files. You can also manually generate master UFOs into any directory...