summaryrefslogtreecommitdiff
path: root/misc/makezip2.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-06-08attempt at fixing names for Windows, re issue #519Rasmus Andersson1-4/+4
2023-06-04tooling: simplify makefile and variable font file namingRasmus Andersson1-11/+8
2023-06-04minor changes to distribution file structureRasmus Andersson1-16/+15
2023-05-30use consistent capitalization in dist zip fileRasmus Andersson1-8/+8
2023-05-30tooling: revert "extras" zip distributionRasmus Andersson1-27/+28
2023-05-30tooling: fix zip makefile rule (for ttc conversion)Rasmus Andersson1-1/+1
2023-05-29Remove "Display" named-instances from variable fontRasmus Andersson1-13/+16
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-04-23tooling: fixes race condition when building zip and zip_extras at the same timeRasmus Andersson1-6/+5
2023-04-23New distribution format (TTC, help, extras)Rasmus Andersson1-43/+30
- 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-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 ...`)