summaryrefslogtreecommitdiff
path: root/misc/makezip2.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-03-15fix github CI build which broke by itself because it is a bit of a messRasmus Andersson1-1/+1
2022-10-04fix recent bug in misc/makezip2.sh where Inter-Italic.var.woff2 would not be ↵v4.0-beta2Rasmus Andersson1-2/+3
included when building on a case-sensitive filesystem
2022-09-27Remove slnt/ital VF axisRasmus Andersson1-30/+20
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-05-26UPM 2048 and opsz axis (#462)Rasmus1-0/+111
- 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 ...`)