summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-19remove "decompose" postprocessing directives from some glyphs and update ↵Rasmus Andersson1-9/+5
copyright notice to not include URL
2020-08-19web: update some samples in labRasmus Andersson2-11/+28
2020-08-19tooling: include anchors in final font files. This does not seem to have ↵Rasmus Andersson1-46/+45
real-world practial effects beyond increasing the file size, but more testing is needed. Sharing the work first. Easy to revert.
2020-08-19glyphs: change Variation Font Origin -> Variable Font Origin in glyphs ↵Rasmus Andersson1-78/+2
metadata (changed in Glyphs 2.6)
2020-08-19tooling: upgrade libs, rename VF fext otf -> ttf, add STAT table patchRasmus Andersson10-164/+114
- 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-18release 3.14v3.14Rasmus Andersson126-290551/+294715
2020-08-18clean up glyphs file stateRasmus Andersson1-5/+0
2020-08-18bump versionRasmus Andersson1-1/+1
2020-08-18Merge branch 'kdrag0n-android-clock-colon'Rasmus Andersson1-2/+73
2020-08-18adds note to and order of uniEE01. Also updates auto-generated feature dataRasmus Andersson1-72/+73
2020-08-18Merge branch 'android-clock-colon' of https://github.com/kdrag0n/inter into ↵Rasmus Andersson1-0/+70
kdrag0n-android-clock-colon
2020-08-18web: Fix typo of "Extra Light" in menu (#274)Veratyr1-1/+1
2020-08-18Delete LICENSE for some glyph outlines.txt (#306)Dave Crossland1-211/+0
Roboto is now available under OFL so this is not needed
2020-08-18improvements (tuning) to calt case substitutions. See issue #251Rasmus Andersson3-25/+32
2020-08-18adds "decompose" directive to fontbuildRasmus Andersson2-2/+4
2020-08-18Adds /bitcoin sign glyph U+20BF. Closes #284Rasmus Andersson1-38/+431
2020-08-18Clarify "Inter" as Reserved Font Name in OFL license. Closes #282Rasmus Andersson1-1/+2
2020-08-18Improves STAT table of 2-axis VFs. Closes #265Rasmus Andersson2-0/+93
2020-08-18Adds /insertionsymbol U+2380. Closes #290Rasmus Andersson1-4/+222
2020-08-18display: Adds specialized combining ogonek glyphs to match Inter (text; see ↵Rasmus Andersson1-88/+421
f1275e09e9f08a6afdfb547de321cb4268ef94a8)
2020-08-18Improves percent, perthousand and pertenthousand glyphs. Closes #237Rasmus Andersson1-393/+401
2020-08-18Adds specialized combining ogonek glyphsRasmus Andersson2-96/+640
- /Aringogonek for composition Aogonek + ringnosp - /Yogonek for composition Y + ogoneknosp - /yogonek for composition y + ogoneknosp - /aringogonek for composition aogonek + ringnosp Closes #285
2020-08-17display: fixes interpolation issue of /A. Closes #304Rasmus Andersson1-10/+10
2020-08-17Increases kerning between /quotedblright & /quoteright and /period & /comma. ↵Rasmus Andersson1-8/+8
Closes #299
2020-08-17makefile: adds "list" command for listing all targetsRasmus Andersson1-0/+22
2020-08-17fixes an issue with /dotmacroncomb.cn used by glyphs like /Adotmacron. ↵Rasmus Andersson1-60/+156
Closes #298
2020-08-17website: fixes /lab/var.html in Firefox where a local font-face declaration ↵Rasmus Andersson1-10/+13
fails to override a global one. Closes #287
2020-06-29web: adds a banner promotion support for the Equal Justice InitiativeRasmus Andersson2-0/+33
2020-05-23update auto-generated glyph listRasmus Andersson1-2/+2
2020-05-23Ligate /dzaltone /dzcurl. Closes #268Rasmus Andersson1-119/+590
2020-05-23Release U+146B from /q.sups and assign private-area U+E163. Closes #275Rasmus Andersson1-5/+5
2020-05-23Update design of /yhook and use /ucyrillic in /Ukcyrillic /ukcyrillic. ↵Rasmus Andersson1-538/+280
Closes #273
2020-05-20web/lab: adds H&Co's proof samples from ↵Rasmus Andersson1-0/+14
typography.com/blog/text-for-proofing-fonts
2020-05-18Fixed position of ring at bottom of /Aringbelow U+1E00. Closes #266Rasmus Andersson1-77/+78
2020-05-18Fixes interpolation issues with /omegatitlocyrillic /omega and ↵Rasmus Andersson1-1180/+936
/pisymbolgreek. Closes #272
2020-05-18Uniform style of "Theta" U+03F4, U+0398 and "Fita" U+0472, U+0473. Closes ↵Rasmus Andersson1-403/+194
#263, #264
2020-05-18tooling: Remove dockermake and fix a mkdir issue in init.sh. Closes #277Rasmus Andersson3-38/+3
2020-04-24readme: fix path to sample imageRasmus Andersson1-2/+2
2020-04-19website: restore older version before LFSRasmus Andersson102-42/+37
2020-04-19website: add back some resourcesRasmus Andersson33-0/+2718
2020-04-18Merge branch 'master' of github.com:rsms/interRasmus Andersson39-2736/+0
2020-04-18websiteRasmus Andersson1-2/+4
2020-04-18remove docs/rRasmus Andersson39-2736/+0
2020-04-18web: remove disclaimer and push to cause gh page rebuild after lfs resetRasmus Andersson1-2/+2
2020-04-15Implement U+EE01 vertically-centered colon for AndroidDanny Lin1-0/+70
Android's default system font, Roboto, does not have a calt alternative to vertically center the colon when it's next to a number. Instead, it uses a Private Use Area codepoint, U+EE01, for its vertically-centered colon symbol that is used on the lock screen clock. This adds U+EE01 as simple glyph that embeds U+E092 (colon.case) as a component, since that character is a vertically-centered colon -- exactly what we're looking for in this case. This font is fully usable as an Android system font after this change.
2020-04-10adjust web resource path in readmedisplay-beta-1Rasmus Andersson1-2/+2
2020-04-10web: disclaimer and version fix for font filesRasmus Andersson2-1/+12
2020-04-10web: disclaimer and version fix for font filesRasmus Andersson2-41/+44
2020-04-10attempt to unfuck git-lfsRasmus Andersson47-37/+37
2020-04-10panic attempt to unfuck git-lfs that seems to have ruined everythingRasmus Andersson121-6/+6