diff --git a/assets/css/app.css b/assets/css/app.css index b2c115b4..3575fdfc 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -23,9 +23,8 @@ } @theme { - --font-sans: - "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", - "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-sans: "InterVariable", sans-serif; + --font-sans--font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11'; --animate-shake: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; --animate-shine: shine 3s ease infinite; --animate-equalizer-bar: equalizer-bar 1.2s ease-in-out infinite;