summaryrefslogtreecommitdiff
path: root/docs/lab/index.html
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2021-03-30 03:09:05 +0300
committerRasmus Andersson <rasmus@notion.se>2021-03-30 03:09:05 +0300
commit9b8f3f1b5ae495f0da18c17012d0689edab7f828 (patch)
tree9a20f0f1fec711ed0e750d57aa18c478a9833d27 /docs/lab/index.html
parent240270c8376fe2937ec4834104dc849b4afe980a (diff)
downloadinter-9b8f3f1b5ae495f0da18c17012d0689edab7f828.tar.xz
Disables glyph composition feature for enclosing+base (only permits order base+enclosing). Closes #335
Diffstat (limited to 'docs/lab/index.html')
-rw-r--r--docs/lab/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index 633348368..8a9ad5c7d 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -198,6 +198,7 @@ if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
<div class="checkbox-group">
<span>Default-on features:</span>
<label title="Contextual alternates"><input type="checkbox" class="featopt" name="feat:calt=0"> Disable calt &nbsp;(Contextual alternates)</label>
+ <label title="Glyph Composition/Decomposition"><input type="checkbox" class="featopt" name="feat:ccmp=0"> Disable ccmp</label>
<label title="Kerning"><input type="checkbox" class="featopt" name="feat:kern=0"> Disable kern &nbsp;(Kerning)</label>
</div>