From 637d0eb1861100028c1fb5159206a8059a658c9b Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Mon, 29 Mar 2021 12:30:03 -0700 Subject: web: Disable subset fonts as it turns out pyftsubset does not correctly handle substitution features causing subs like ccmp to break --- docs/_data/feature_samples.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docs/_data') 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. -- cgit v1.2.3