diff --git a/ui/src/App.vue b/ui/src/App.vue index 60a02f5..a369e16 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -48,6 +48,7 @@ html { @supports (font-variation-settings: normal) { html { --default-font: "Inter var", sans-serif; + font-feature-settings: "ss02" on; } }