[ui] turn on "case" inter feature

feat/vaults
Tomáš Mládek 2021-12-15 19:02:51 +01:00
parent c6c3ab704c
commit 8c26d6e29c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
@supports (font-variation-settings: normal) {
html {
--default-font: "Inter var", sans-serif;
font-feature-settings: "ss02" on;
font-feature-settings: "ss02" on, "case" on;
}
}