font: remove ss08 styleset to fix kerning in 'LT'
This commit is contained in:
parent
2de872e664
commit
7b06c7c6e1
6 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ input {
|
|||
"MONO" var(--recursive-mono),
|
||||
"CRSV" var(--recursive-crsv),
|
||||
"slnt" var(--recursive-slnt);
|
||||
font-feature-settings: "ss03", "ss04", "ss05", "ss06", "ss08";
|
||||
font-feature-settings: "ss03", "ss04", "ss05", "ss06";
|
||||
font-synthesis: none; /* Chrome: synthesises italics on top of using the font's built-in italic (????) */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue