Commit graph

12 commits

Author SHA1 Message Date
Rasmus Andersson
4271acac8e tooling: simplify makefile and variable font file naming 2023-06-04 10:41:29 -07:00
Rasmus Andersson
fa144f92d7 minor changes to distribution file structure 2023-06-04 08:58:07 -07:00
Rasmus Andersson
f0b26afa60 use consistent capitalization in dist zip file 2023-05-30 10:29:19 -07:00
Rasmus Andersson
899eca64b7 tooling: revert "extras" zip distribution 2023-05-30 10:17:24 -07:00
Rasmus Andersson
9c484364cd tooling: fix zip makefile rule (for ttc conversion) 2023-05-30 10:09:14 -07:00
Rasmus Andersson
e12027c4c1 Remove "Display" named-instances from variable font
A lot of software gets confused when there are named instances that differ
only by opsz. This change removes all "Display" instances from the fvar table
and makes opsz=32 the default, so that software without automatic opsz-to-size
mapping displays the "Display" styles instead of the text styles by default.
This is the same approach taken by Apple San Francisco Pro.

Closes #519
2023-05-29 10:05:51 -07:00
Rasmus Andersson
4638da6350 tooling: fixes race condition when building zip and zip_extras at the same time 2023-04-23 13:07:49 -07:00
Rasmus Andersson
9aa6cd640a New distribution format (TTC, help, extras)
- uses TTC bundle for static fonts (#388)
- second zip archive used for "extras", with individiual static font files
- new help documentation, replacing all .txt files of past distributions
2023-04-23 12:52:46 -07:00
Rasmus Andersson
5ae38a00e4 fix github CI build which broke by itself because it is a bit of a mess 2023-03-15 13:59:42 -07:00
Rasmus Andersson
2c2e3f91b0 fix recent bug in misc/makezip2.sh where Inter-Italic.var.woff2 would not be included when building on a case-sensitive filesystem 2022-10-04 10:08:21 -07:00
Rasmus Andersson
3f174fcef6 Remove slnt/ital VF axis
This removes the slant/italic variable axis and breaks up the font in two: roman and italic. This change will allow diverging designs for italic (for example single-storey a). It also addresses the fact that most software, including web browsers, doesn't handle VFs with slnt or ital well.
2022-09-26 17:09:36 -07:00
Rasmus
0796076659
UPM 2048 and opsz axis (#462)
- UPM is adjusted to 2048
- Additional opsz VF axis (multi master) added which will eventually replace the separate Display family
- New tooling that uses fontmake instead of Inter's own fontbuild toolchain. (The old toolchain is still supported, i.e. `make -f Makefile_v1.make ...`)
2022-05-26 11:20:06 -07:00