Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-26 | UPM 2048 and opsz axis (#462) | Rasmus | 1 | -464/+365 | |
- 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-04-23 | fix tiny makefile bug in check_display rule | Rasmus Andersson | 1 | -1/+1 | |
2022-01-18 | Fixes a typo in the Makefile related to Inter Display (#395) | Thierry Charbonnel | 1 | -1/+1 | |
fontbakery check-universal | |||||
2021-06-19 | makefile: fix target install_display_var | Rasmus Andersson | 1 | -2/+2 | |
2021-06-19 | makefile: revert 270d423bae35c3988db365ade6c56ec1b4f2e2df adding back ↵v3.19 | Rasmus Andersson | 1 | -0/+2 | |
display dep to dist | |||||
2021-06-19 | makefile: remove "display" dep from "dist" target | Rasmus Andersson | 1 | -1/+1 | |
2021-06-18 | tooling: upgrade fontbakery and make sure that when it fails, the log files ↵ | Rasmus Andersson | 1 | -7/+14 | |
does not date after the source files (or make test will no re-run fontbakery) | |||||
2021-06-18 | makefile: fix PATH that apparently differs with make variants | Rasmus Andersson | 1 | -20/+21 | |
2021-03-29 | v3.17v3.17 | Rasmus Andersson | 1 | -1/+1 | |
2021-03-29 | web: Disable subset fonts as it turns out pyftsubset does not correctly ↵ | Rasmus Andersson | 1 | -4/+30 | |
handle substitution features causing subs like ccmp to break | |||||
2021-03-29 | add missing subset font files | Rasmus Andersson | 1 | -0/+3 | |
2021-03-29 | tooling: remove unneeded gftools calls | Rasmus Andersson | 1 | -4/+0 | |
2021-03-25 | tooling: adds gftools fix-dsig to VFs to address DSIG table issue with ↵ | Rasmus Andersson | 1 | -20/+29 | |
Microsoft Office 2003 and older | |||||
2021-03-24 | tooling: adds fontbakery testing | Rasmus Andersson | 1 | -43/+111 | |
2020-08-22 | tooling: adds subset program to be run for docs_fonts in Makefile | Rasmus Andersson | 1 | -0/+1 | |
2020-08-20 | tooling: makefile now properly creates directories needed after a make clean ↵ | Rasmus Andersson | 1 | -0/+12 | |
invocation | |||||
2020-08-19 | Fixes an issue with rendering on Windows with ClearType by decomposing any ↵ | Rasmus Andersson | 1 | -1/+1 | |
components which use non-trivial transformations like rotation or shear. This increases font size a bit but not to any worrying degree. Closes #251 | |||||
2020-08-19 | tooling: upgrade libs, rename VF fext otf -> ttf, add STAT table patch | Rasmus Andersson | 1 | -32/+26 | |
- upgrades 3rd party libraries used by the toolchain - upgrades fontbuild code to adjust changes to library APIs - renames VF font filename extensions to .ttf - adds better STAT table patch to improve metadata on Windows | |||||
2020-08-18 | Improves STAT table of 2-axis VFs. Closes #265 | Rasmus Andersson | 1 | -0/+2 | |
2020-08-17 | makefile: adds "list" command for listing all targets | Rasmus Andersson | 1 | -0/+22 | |
2020-04-10 | unlfs | Rasmus Andersson | 1 | -1/+0 | |
2020-04-10 | makefile: clean up zip targets | Rasmus Andersson | 1 | -74/+30 | |
2020-04-07 | makefile: fix issue where V fonts would be copied to docs/font-files | Rasmus Andersson | 1 | -1/+4 | |
2020-04-06 | make: updated makefile + init script with githook for running the init script | Rasmus Andersson | 1 | -60/+74 | |
2020-04-05 | makefile: remove unused googlefonts target (uses a script in misc nowadays) | Rasmus Andersson | 1 | -14/+0 | |
2020-04-04 | Fixes an issue with missing git hash in version metadata of built fonts. ↵ | Rasmus Andersson | 1 | -7/+9 | |
Closes #234 | |||||
2020-04-04 | makefile: remove verbose flag from rm in clean command to dramatically speed ↵ | Rasmus Andersson | 1 | -1/+1 | |
up the clean command | |||||
2020-03-23 | remove beta from filenames in makefiledisplay-alpha | Rasmus Andersson | 1 | -4/+0 | |
2020-03-22 | makefile: install targets | Rasmus Andersson | 1 | -8/+28 | |
2020-03-08 | makefile: fix zip creation with display | Rasmus Andersson | 1 | -3/+3 | |
2020-02-01 | Initial version of Display family | Rasmus Andersson | 1 | -12/+46 | |
2020-01-14 | makefile: fix small issue with symlink creation to lab fonts | Rasmus Andersson | 1 | -2/+3 | |
2019-10-24 | makefile: fixes issue where glyphsync would fail when build/ufo was missing | Rasmus Andersson | 1 | -1/+2 | |
2019-10-23 | makefile: add "Inter V" to default install target | Rasmus Andersson | 1 | -1/+5 | |
2019-10-23 | makefile: UFO files move to build/ufo | Rasmus Andersson | 1 | -45/+48 | |
2019-10-23 | Makefile: fix lil bug where a directory would be missing in a certain condition | Rasmus Andersson | 1 | -0/+1 | |
2019-10-22 | makefile cleanup | Rasmus Andersson | 1 | -5/+1 | |
2019-10-22 | updates to distribution | Rasmus Andersson | 1 | -27/+41 | |
2019-10-22 | Generate OTF (quads, not cff) for VF, rename upright to roman and add ↵ | Rasmus Andersson | 1 | -9/+38 | |
googlefonts makefile target | |||||
2019-10-21 | Makefile: Move misc/tools/fix-vf-meta.py to a better place | Rasmus Andersson | 1 | -10/+7 | |
2019-09-08 | makefile: have version.txt be a dep of ttf and otf files | Rasmus Andersson | 1 | -3/+3 | |
2019-09-04 | makefile: adds support for FONTBUILD_FLAGS | Rasmus Andersson | 1 | -3/+3 | |
2019-08-05 | moves feature code out of the glyphs file | Rasmus Andersson | 1 | -1/+4 | |
2019-05-27 | website: simplify glyphinfo.json file with symlink | Rasmus Andersson | 1 | -4/+0 | |
2019-05-27 | tooling: adds docs/_data/glyphinfo.json (which is a copy of ↵ | Rasmus Andersson | 1 | -3/+9 | |
docs/lab/glyphinfo.json) to the makefile | |||||
2019-03-31 | makefile: rename target all_check_var -> test_var | Rasmus Andersson | 1 | -3/+3 | |
2019-03-31 | makefile: cleanup whitespace + add alias "web" for "all_web" | Rasmus Andersson | 1 | -10/+11 | |
2019-03-27 | formatting of makefile | Rasmus Andersson | 1 | -3/+3 | |
2019-03-27 | Fixup STAT tables of single-axis variable fonts to aid desktop apps (style ↵ | Rasmus Andersson | 1 | -18/+25 | |
linking). Related to #142 | |||||
2019-02-03 | The Great Rename to "Inter" | Rasmus Andersson | 1 | -54/+54 | |