Age | Commit message (Expand) | Author | Files | Lines |
2024-11-14 | website: add @font-feature-values to CSS | Rasmus Andersson | 1 | -0/+91 |
2024-05-24 | tools/bake-vf.py: exit with error if fvar table has unexpected values | Rasmus Andersson | 1 | -5/+10 |
2024-05-15 | make: Add googlefonts Makefile target (#678) | Marc Foley | 1 | -1/+1 |
2023-11-20 | rename variable font file to InterVariable | Rasmus Andersson | 3 | -66/+60 |
2023-11-19 | fix style linking of ital axis | Rasmus Andersson | 1 | -2/+3 |
2023-11-19 | fix postscript names in VF per fbake:com.adobe.fonts/check/varfont/valid_defa... | Rasmus Andersson | 1 | -3/+7 |
2023-11-19 | change STAT table records to version 1 when possible, to make things work wit... | Rasmus Andersson | 1 | -34/+51 |
2023-11-19 | change "Display" opsz value to 32 (was 28) | Rasmus Andersson | 2 | -61/+82 |
2023-11-19 | change wght mappings, making it so that values exposed to the user are the ex... | Rasmus Andersson | 1 | -36/+45 |
2023-11-19 | change default opsz axis value to "text" (14) | Rasmus Andersson | 2 | -10/+11 |
2023-09-27 | adjusted tools for v4 website | Rasmus Andersson | 2 | -42/+46 |
2023-09-09 | improvements to help.txt | Rasmus Andersson | 1 | -5/+5 |
2023-09-09 | fix version property in misc/tools/fontinfo.py | Rasmus Andersson | 1 | -3/+6 |
2023-06-17 | correct weight values for static fonts in CSS included in distributions, re #583 | Rasmus Andersson | 1 | -12/+12 |
2023-06-15 | remove debug printing from misc/tools/lsstat.py | Rasmus Andersson | 1 | -1/+1 |
2023-06-15 | adds two debugging tools: lsfvar.py & lsstat.py | Rasmus Andersson | 2 | -0/+378 |
2023-06-14 | STAT table with format 1 & 2 records instead of format 3, re #577 | Rasmus Andersson | 1 | -25/+53 |
2023-06-13 | use a v1.1 STAT table with format 1 & 3 records (instead of v1.2 with format ... | Rasmus Andersson | 1 | -9/+40 |
2023-06-12 | make sure fvar ps name for InterVariableItalic is not identical to ID 25. Re ... | Rasmus Andersson | 1 | -1/+4 |
2023-06-12 | use unique name ID 25 for variable fonts, re #577 | Rasmus Andersson | 2 | -11/+22 |
2023-06-12 | adds --no-labels option to misc/tools/lsname.py | Rasmus Andersson | 1 | -20/+35 |
2023-06-12 | fixes OS/2 table usWeightClass entry in static fonts by rounding to nearest 1...v4.0-beta9g | Rasmus Andersson | 1 | -0/+3 |
2023-06-12 | make sure "Italic" is excluded from familyName in UFO fontinfo, re #519 | Rasmus Andersson | 1 | -1/+1 |
2023-06-12 | improvements to misc/tools/lsname.py | Rasmus Andersson | 1 | -19/+40 |
2023-06-12 | adds tool lsname.py for listing name table entries of fonts | Rasmus Andersson | 1 | -0/+258 |
2023-06-08 | add value file for stroke weight increase done recently | Rasmus Andersson | 1 | -0/+1 |
2023-06-08 | fixes name table entries for static files, re issue #519 | Rasmus Andersson | 2 | -3/+27 |
2023-06-08 | attempt at fixing names for Windows, re issue #519 | Rasmus Andersson | 5 | -54/+54 |
2023-06-07 | tooling: always include name ID in name table in misc/tools/fontinfo.py | Rasmus Andersson | 1 | -1/+3 |
2023-06-05 | tooling: minor cleanup | Rasmus Andersson | 2 | -1/+23 |
2023-06-05 | changes style names to remove spaces, i.e. "Extra Bold" -> "ExtraBold". This ... | Rasmus Andersson | 1 | -13/+13 |
2023-06-05 | adjust weight mapping of Semi Bold, Bold and Extra Bold | Rasmus Andersson | 1 | -12/+12 |
2023-06-05 | use prefix "InterVariable-" in fvar table instead of "Inter" to avoid any col... | Rasmus Andersson | 1 | -2/+1 |
2023-06-05 | fix accidental incorrect naming of variable font ("Inter Display", should be ... | Rasmus Andersson | 1 | -2/+2 |
2023-06-04 | use "Italic" suffix for variable styles in STAT table, re #577 | Rasmus Andersson | 1 | -11/+13 |
2023-06-04 | build STAT table (version 4) manually for variable fonts, re #577 | Rasmus Andersson | 1 | -0/+288 |
2023-06-04 | tooling: simplify makefile and variable font file naming | Rasmus Andersson | 1 | -11/+8 |
2023-06-04 | minor changes to distribution file structure | Rasmus Andersson | 3 | -37/+31 |
2023-06-01 | tooling: nit: do not crash if certain lib props do not exist in gen-var-desig... | Rasmus Andersson | 1 | -8/+10 |
2023-05-31 | tooling: disable log message in misc/tools/rename.py | Rasmus Andersson | 1 | -1/+1 |
2023-05-31 | tooling: fixes issue with missing "text" sources in designspace | Rasmus Andersson | 1 | -6/+6 |
2023-05-30 | tooling: fixes for variable font metadata | Rasmus Andersson | 2 | -25/+79 |
2023-05-30 | tooling: make postprocess-designspace.py infer opsz range instead of using ha... | Rasmus Andersson | 1 | -5/+19 |
2023-05-30 | use consistent capitalization in dist zip file | Rasmus Andersson | 1 | -8/+8 |
2023-05-30 | update readme text for "extras" subdir of distribution | Rasmus Andersson | 1 | -6/+4 |
2023-05-30 | tooling: revert "extras" zip distribution | Rasmus Andersson | 1 | -27/+28 |
2023-05-30 | tooling: fix zip makefile rule (for ttc conversion) | Rasmus Andersson | 1 | -1/+1 |
2023-05-29 | Remove "Display" named-instances from variable font | Rasmus Andersson | 5 | -56/+129 |
2023-04-23 | tooling: fixes race condition when building zip and zip_extras at the same time | Rasmus Andersson | 1 | -6/+5 |
2023-04-23 | New distribution format (TTC, help, extras) | Rasmus Andersson | 9 | -359/+222 |