website: add option to disable liga in lab
This commit is contained in:
parent
9b380a2fd8
commit
73bf9d1379
1 changed files with 1 additions and 0 deletions
|
|
@ -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 (Standard ligatures)</label>
|
||||
<label title="Contextual alternates"><input type="checkbox" class="featopt" name="feat:calt=0"> Disable calt (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 (Kerning)</label>
|
||||
|
|
|
|||
Reference in a new issue