summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-03-29v3.17v3.17Rasmus Andersson1-1/+1
2021-03-29web: Disable subset fonts as it turns out pyftsubset does not correctly ↵Rasmus Andersson1-4/+30
handle substitution features causing subs like ccmp to break
2021-03-29add missing subset font filesRasmus Andersson1-0/+3
2021-03-29tooling: remove unneeded gftools callsRasmus Andersson1-4/+0
2021-03-25tooling: adds gftools fix-dsig to VFs to address DSIG table issue with ↵Rasmus Andersson1-20/+29
Microsoft Office 2003 and older
2021-03-24tooling: adds fontbakery testingRasmus Andersson1-43/+111
2020-08-22tooling: adds subset program to be run for docs_fonts in MakefileRasmus Andersson1-0/+1
2020-08-20tooling: makefile now properly creates directories needed after a make clean ↵Rasmus Andersson1-0/+12
invocation
2020-08-19Fixes an issue with rendering on Windows with ClearType by decomposing any ↵Rasmus Andersson1-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-19tooling: upgrade libs, rename VF fext otf -> ttf, add STAT table patchRasmus Andersson1-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-18Improves STAT table of 2-axis VFs. Closes #265Rasmus Andersson1-0/+2
2020-08-17makefile: adds "list" command for listing all targetsRasmus Andersson1-0/+22
2020-04-10unlfsRasmus Andersson1-1/+0
2020-04-10makefile: clean up zip targetsRasmus Andersson1-74/+30
2020-04-07makefile: fix issue where V fonts would be copied to docs/font-filesRasmus Andersson1-1/+4
2020-04-06make: updated makefile + init script with githook for running the init scriptRasmus Andersson1-60/+74
2020-04-05makefile: remove unused googlefonts target (uses a script in misc nowadays)Rasmus Andersson1-14/+0
2020-04-04Fixes an issue with missing git hash in version metadata of built fonts. ↵Rasmus Andersson1-7/+9
Closes #234
2020-04-04makefile: remove verbose flag from rm in clean command to dramatically speed ↵Rasmus Andersson1-1/+1
up the clean command
2020-03-23remove beta from filenames in makefiledisplay-alphaRasmus Andersson1-4/+0
2020-03-22makefile: install targetsRasmus Andersson1-8/+28
2020-03-08makefile: fix zip creation with displayRasmus Andersson1-3/+3
2020-02-01Initial version of Display familyRasmus Andersson1-12/+46
2020-01-14makefile: fix small issue with symlink creation to lab fontsRasmus Andersson1-2/+3
2019-10-24makefile: fixes issue where glyphsync would fail when build/ufo was missingRasmus Andersson1-1/+2
2019-10-23makefile: add "Inter V" to default install targetRasmus Andersson1-1/+5
2019-10-23makefile: UFO files move to build/ufoRasmus Andersson1-45/+48
2019-10-23Makefile: fix lil bug where a directory would be missing in a certain conditionRasmus Andersson1-0/+1
2019-10-22makefile cleanupRasmus Andersson1-5/+1
2019-10-22updates to distributionRasmus Andersson1-27/+41
2019-10-22Generate OTF (quads, not cff) for VF, rename upright to roman and add ↵Rasmus Andersson1-9/+38
googlefonts makefile target
2019-10-21Makefile: Move misc/tools/fix-vf-meta.py to a better placeRasmus Andersson1-10/+7
2019-09-08makefile: have version.txt be a dep of ttf and otf filesRasmus Andersson1-3/+3
2019-09-04makefile: adds support for FONTBUILD_FLAGSRasmus Andersson1-3/+3
2019-08-05moves feature code out of the glyphs fileRasmus Andersson1-1/+4
2019-05-27website: simplify glyphinfo.json file with symlinkRasmus Andersson1-4/+0
2019-05-27tooling: adds docs/_data/glyphinfo.json (which is a copy of ↵Rasmus Andersson1-3/+9
docs/lab/glyphinfo.json) to the makefile
2019-03-31makefile: rename target all_check_var -> test_varRasmus Andersson1-3/+3
2019-03-31makefile: cleanup whitespace + add alias "web" for "all_web"Rasmus Andersson1-10/+11
2019-03-27formatting of makefileRasmus Andersson1-3/+3
2019-03-27Fixup STAT tables of single-axis variable fonts to aid desktop apps (style ↵Rasmus Andersson1-18/+25
linking). Related to #142
2019-02-03The Great Rename to "Inter"Rasmus Andersson1-54/+54
2019-01-27website: preload vf files. Additionally, update misc/tools/versionize to ↵Rasmus Andersson1-1/+1
also patch docs/_includes/preload-font-files.html
2019-01-06Adds docker toolchain for a simpler build setupRasmus Andersson1-41/+19
2019-01-05patches ufo2ft and drops python 2 env for OTF compilationRasmus Andersson1-51/+7
2019-01-04Workaround for Python 3 bug in ufo2ft which caused invalid OTF files to be ↵Rasmus Andersson1-14/+95
generated. Closes #110
2019-01-02adds "-BETA" to end of filenames of thin-master derived font filesRasmus Andersson1-11/+13
2018-11-28adds makefile alias "var" for building the Inter-UI.var filesRasmus Andersson1-1/+4
2018-11-26Initial work on light weight masterRasmus Andersson1-7/+22
2018-10-11fontbuild: now generating three variable fonts: complete family with two ↵Rasmus Andersson1-5/+11
axes, italic version with weight axis and upright version with weight axis. This allows supporting browsers like MS Edge which do not correctly map italic and oblique font style properties to slnt and ital axes.