summaryrefslogtreecommitdiff
path: root/docs/_data
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2021-03-29 22:30:03 +0300
committerRasmus Andersson <rasmus@notion.se>2021-03-29 22:30:03 +0300
commit637d0eb1861100028c1fb5159206a8059a658c9b (patch)
tree0e9cbee88a19873c72748867909a4cef1c21181d /docs/_data
parentbff8f875a27e130145e68612e2ed54d174ccbdcd (diff)
downloadinter-637d0eb1861100028c1fb5159206a8059a658c9b.tar.xz
web: Disable subset fonts as it turns out pyftsubset does not correctly handle substitution features causing subs like ccmp to break
Diffstat (limited to 'docs/_data')
-rw-r--r--docs/_data/feature_samples.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/_data/feature_samples.yml b/docs/_data/feature_samples.yml
index dbd0e6985..30a752f06 100644
--- a/docs/_data/feature_samples.yml
+++ b/docs/_data/feature_samples.yml
@@ -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 ›\u20DD‹3"
+ - "Figure ›\u20DE‹3"
footer:
This means that for instance enclosed glyphs
works everywhere, not just in apps with correct combining character logic.