summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2023-04-27 18:34:38 +0300
committerRasmus Andersson <rasmus@notion.se>2023-04-27 18:34:38 +0300
commit73bf9d1379f7595759d635295ff14c220e56db0d (patch)
tree03d2abb0be19fec12d599fe912b5641938ae4ca7 /docs
parent9b380a2fd8d7ea83211e6900246945213a91acab (diff)
downloadinter-73bf9d1379f7595759d635295ff14c220e56db0d.tar.xz
website: add option to disable liga in lab
Diffstat (limited to 'docs')
-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 feab3d55d..50c4ce8b7 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -208,6 +208,7 @@ if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
<div class="checkbox-group">
<span>Default-on features:</span>
+ <label title="Standard ligatures"><input type="checkbox" class="featopt" name="feat:liga=0"> Disable liga &nbsp;(Standard ligatures)</label>
<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>