summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2019-02-10fixes missing "-BETA" filename suffix in the demo CSS file included with distsRasmus Andersson1-20/+15
2019-02-10Upgrade toolchain. glyphsLib 3.2.0b2 -> 3.2.0; fontmake 1.8.0 -> 1.9.1Rasmus Andersson1-10/+39
2019-02-04fontbuild: append " BETA" to style name of light weightsRasmus Andersson1-1/+5
2019-02-04website/tooling: disable versionize for website inter.css filesRasmus Andersson1-2/+2
2019-02-03fontbuild: upgrade glyphsLib, ufo2ft and fsRasmus Andersson1-1/+7
2019-02-03website: dynamic metrics updateRasmus Andersson1-0/+98
2019-02-03misc: name changeRasmus Andersson4-6/+6
2019-02-03The Great Rename to "Inter"Rasmus Andersson10-226/+221
2019-02-02fontbuild: document post-processing directivesRasmus Andersson1-3/+5
2019-02-02fontbuild: document post-processing directivesRasmus Andersson1-3/+13
2019-01-27website: preload vf files. Additionally, update misc/tools/versionize to ↵Rasmus Andersson2-32/+33
also patch docs/_includes/preload-font-files.html
2019-01-07update docker build script and add convenience wrapperRasmus Andersson2-1/+19
2019-01-07upgrade ufo2ft that includes fixed fonttools. This means we can also drop ↵Rasmus Andersson1-37/+0
our temporary fonttools patch. Related to https://github.com/fonttools/fonttools/pull/1430 and https://github.com/googlei18n/ufo2ft/issues/306
2019-01-06Adds docker toolchain for a simpler build setupRasmus Andersson3-2/+91
2019-01-05patch fonttools instead of ufo2ftRasmus Andersson3-23/+40
2019-01-05patches ufo2ft and drops python 2 env for OTF compilationRasmus Andersson3-7/+28
2019-01-04Workaround for Python 3 bug in ufo2ft which caused invalid OTF files to be ↵Rasmus Andersson3-36/+81
generated. Closes #110
2019-01-02tooling updateRasmus Andersson4-17/+9
2019-01-02adds "-BETA" to end of filenames of thin-master derived font filesRasmus Andersson1-12/+12
2018-12-30more progress on light weight. currencies etcRasmus Andersson3-0/+278
2018-12-28adds extra light weight to build systemRasmus Andersson2-6/+52
2018-11-28Upgrade toolchain to Python 3, fontmake 1.8.0 and numpy 1.15.4Rasmus Andersson1-3/+3
2018-11-26scriptsRasmus Andersson2-0/+19
2018-11-26Initial work on light weight masterRasmus Andersson1-0/+5
2018-11-24adds Glyphs script for fixing up variant glyphsRasmus Andersson1-0/+55
2018-11-23fontbuild: adds support for post-processing directives on a per-glyph basis. ↵Rasmus Andersson1-14/+50
Add "!post:DIRECTIVE" in glyph notes. Only supported directive is "removeoverlaps"
2018-10-11Update CSS (variable font)Rasmus Andersson1-29/+53
2018-10-11fontbuild: now generating three variable fonts: complete family with two ↵Rasmus Andersson2-0/+68
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.
2018-10-11tooling: Fix kerning extraction in gen-metrics-and-svgs.pyRasmus Andersson1-2/+2
2018-10-11fontbuild: write constant version info to generated UFOs to minimize git thrashRasmus Andersson1-10/+14
2018-10-11tools/gen-glyphinfo: print warning instead of crash when a glyph is in ↵Rasmus Andersson1-0/+7
glyphOrder but not in the font
2018-10-11fontbuild: automatically patch version and timestamps when compiling. Helps ↵Rasmus Andersson1-17/+25
avoid lock-step annoyance with git checkins and builds
2018-10-11fontbuild: add disabled code as reference for performing overlap elimination ↵Rasmus Andersson1-0/+8
as a separate step
2018-10-11fontbuild: fix issue with variable font where italic glyphs using components ↵Rasmus Andersson1-36/+56
offset at the Y-axis would be incorrectly transformed. Also speeds up the glyphsync command
2018-10-11fontbuild: remove axes editRasmus Andersson1-8/+0
2018-10-11fontbuild: strip non-primary layers when generating UFOsRasmus Andersson1-0/+10
2018-10-11fontbuild: fixes issue with incorrect metadata for the Bold Italic master UFORasmus Andersson1-1/+1
2018-10-11fontbuild: Strip com.schriftgestaltung.Glyphs.lastChange from generated UFO ↵Rasmus Andersson1-0/+1
masters
2018-10-11miscRasmus Andersson1-1/+0
2018-10-11Adds Subscript feature and glyphs. 0-9, a-z, +, -, =, ( and )Rasmus Andersson1-0/+49
2018-10-11Adds superscript (sups) feature and glyphs. 0-9, a-z, +, -, =, ( and )Rasmus Andersson1-0/+62
2018-10-11Adds SemiBold and ExtraBold to CSS and READMERasmus Andersson1-0/+34
2018-10-11Adds list of fractionsRasmus Andersson1-0/+50
2018-10-11tooling: decompose and remove overlaps of SVG glyphs generated for the websiteRasmus Andersson1-40/+28
2018-10-11makefile blackitalicRasmus Andersson1-1/+6
2018-10-11fontbuild: increase logging level to WARNINGRasmus Andersson1-3/+3
2018-10-11fontbuild: Clear anchors in generated UFOs and rename italic UFORasmus Andersson1-4/+21
2018-10-11fontbuild: fix issue where building in parallel could cause some builds to ↵Rasmus Andersson1-1/+5
fail because of a file system race condition
2018-10-11misc/dist/variable.txtRasmus Andersson1-5/+5
2018-10-11fontbuild: improved varfont compilerRasmus Andersson1-15/+77