summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2017-09-12Remove debug printing from fontinfo scriptRasmus Andersson1-2/+2
2017-09-10Adds script for retrieveing download counts from githubRasmus Andersson1-0/+16
2017-09-05Renames Bold master to Black and introduces a new weight "Black" which is ↵Rasmus Andersson1-12/+32
practically the same as "bold" prior to this change. "Bold" is now an interpolated, slightly lighter version of "Black"
2017-09-04Speeds up font compilation by around 200%Rasmus Andersson104-104/+26899
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-4/+10
2017-08-31Add missing woff2 patch. Closes #20Rasmus Andersson1-0/+33
2017-08-31Fixes broken italic (oblique) styles. The issue was that component ↵Rasmus Andersson2-8/+8
decomposition did not happen in the correct order for some glyphs
2017-08-28WebsiteRasmus Andersson1-4/+4
2017-08-28Various improvementsRasmus Andersson5-9/+448
2017-08-25tnum, zero, ss01, latin1-extended, etcRasmus Andersson2-27/+21
- Tabular numbers feature - Slashed zero feature - Stylistic set 1 feature (open numbers) - Combination glyphs for the above feature intersections - Improved Latin-1 extended glyph set - Kerning improvements for numbers - Lots of anchor improvements - Fixes "Medium seems to be same as Regular" issue on Windows
2017-08-25adjust misc/gen-tnum.pyRasmus Andersson1-1/+3
2017-08-24Adds tabular numbers. Closes #10Rasmus Andersson1-0/+75
2017-08-22Include version in CSS so that HTTP caches are not pointing to old versionsRasmus Andersson1-0/+36
2017-08-22release v1.1v1.1Rasmus Andersson1-0/+16
2017-08-22Initial public commitv1.0Rasmus Andersson83-0/+14183