summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-09-25makefilev1.11Rasmus Andersson1-1/+1
2017-09-25makefileRasmus Andersson1-1/+2
2017-09-25Improve misc/gen-glyphinfo.py and gen-metrics-and-svgs.py by ignoring glyphs ↵Rasmus Andersson1-2/+2
listed in "delete" of fontbuild.cfg
2017-09-25Fix makefileRasmus Andersson1-1/+0
2017-09-23makefile: fixes dist target dependenciesv1.10Rasmus Andersson1-1/+3
2017-09-23makefile: fixes otf and install targetsRasmus Andersson1-4/+9
2017-09-23Move away from using hinted fonts by defaultRasmus Andersson1-29/+38
2017-09-19Rename family from "Interface" to "Inter UI"Rasmus Andersson1-31/+31
2017-09-12Move OTF release files into docs folder so that they are not dirtied when ↵Rasmus Andersson1-1/+1
building regular builds
2017-09-12Release 1.7v1.7Rasmus Andersson1-1/+1
2017-09-12makefile: copy_docs_fonts targetRasmus Andersson1-8/+14
2017-09-05Website updatesv1.6Rasmus Andersson1-1/+1
2017-09-04Speeds up font compilation by around 200%Rasmus Andersson1-0/+1
Cython is used to compile some hot paths into native Python extensions. These hot paths were identified through running ufocompile with the hotshot profiler and then converting file by file to Cython, starting with the "hottest" paths and continuing until returns were deminishing. This means that only a few Python files were converted to Cython. Closes #23 Closes #20 (really this time)
2017-08-31Improves glyphorder generationRasmus Andersson1-3/+3
2017-08-28Various improvementsRasmus Andersson1-2/+12
2017-08-25Adds contextual alternates for [] () {} when enclosing upper-case charactersRasmus Andersson1-1/+2
2017-08-25makefile: add license to zip archives and fix glyphinfo targetRasmus Andersson1-1/+2
2017-08-24makefile: better dist ruleRasmus Andersson1-3/+3
2017-08-22Include version in CSS so that HTTP caches are not pointing to old versionsRasmus Andersson1-0/+1
2017-08-22release v1.1v1.1Rasmus Andersson1-12/+42
2017-08-22Initial public commitv1.0Rasmus Andersson1-0/+106