web: Disable subset fonts as it turns out pyftsubset does not correctly handle substitution features causing subs like ccmp to break

This commit is contained in:
Rasmus Andersson 2021-03-29 12:30:03 -07:00
parent bff8f875a2
commit 637d0eb186
14 changed files with 210 additions and 556 deletions

View file

@ -76,14 +76,16 @@
- "›→‹ ›←‹ ›⟶‹ ›⟵‹ - ›—‹ :"
- title: Ligatures
tag: rlig
- title: Compositions
tag: ccmp
description:
Inter provides just a few ligatures for combining characters for which layout
support in various apps is spotty.
Inter provides several custom made glyphs for compositions like
A + enclosed-combining-circle.
samples:
- "A\u20DD"
- "#\u20DE"
- "Figure A\u20DD"
- "Figure #\u20DE"
- "Figure \u20DD3"
- "Figure \u20DE3"
footer:
This means that for instance enclosed glyphs
works everywhere, not just in apps with correct combining character logic.