diff --git a/src/style.css b/src/style.css index de95d33..cc6d4d1 100644 --- a/src/style.css +++ b/src/style.css @@ -3,7 +3,7 @@ @import to precede all other rules. If it comes second, the production build warns ("@import must precede all rules…") and browsers silently DROP the font import, so the custom font never loads. */ -@import url("https://fonts.coollabs.io/css2?family=Inter:wght@400;500;600;700&display=swap"); +@import url("https://api.fonts.coollabs.io/css2?family=Sono:wght@400;500;600;700&display=swap"); @import "tailwindcss"; @plugin "daisyui"; @plugin "daisyui/theme" { @@ -13,7 +13,7 @@ } @theme { - --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif; + --font-sans: "Sono", ui-sans-serif, system-ui, sans-serif; } /* Larger, easier-to-grab connection handles (Vue Flow defaults to 6px). The