From 869230c393d90f606ad5eea1d99c900b0238656c Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 15 Feb 2026 11:56:09 +0000 Subject: [PATCH] Improve font display Use Inter variable with optimized features (https://tailwindcss.com/plus/ui-blocks/documentation#add-the-inter-font-family) --- assets/css/app.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;