From a8b83b79ced9c5e910ee070498d7400a765a6134 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 16 Jun 2026 21:52:27 +0200 Subject: [PATCH] feat: use Fredoka via api.fonts.coollabs.io as default sans --- index.html | 3 +++ src/style.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/index.html b/index.html index 14a8e96..003ec98 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,9 @@ + + + product-radar diff --git a/src/style.css b/src/style.css index 4c1b0c2..add32ac 100644 --- a/src/style.css +++ b/src/style.css @@ -1,2 +1,6 @@ @import "tailwindcss"; @plugin "daisyui"; + +@theme { + --font-sans: "Fredoka", ui-sans-serif, system-ui, sans-serif; +}