From 3f546a53255f6575951ccf6c915d1fe0c52dc9a7 Mon Sep 17 00:00:00 2001 From: pingu Date: Sun, 27 Oct 2024 17:44:59 +0100 Subject: [PATCH] Calle complained about fonts --- src/View.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View.hs b/src/View.hs index b550b3f..c58abee 100644 --- a/src/View.hs +++ b/src/View.hs @@ -20,7 +20,7 @@ render v = renderText (renderView v) renderView :: View -> Html () renderView View {..} = doctypehtml_ $ do sitehead - body_ [class_ "bg-[#e9e7e7]"] $ div_ [class_ "px-4 py-4 mx-auto"] $ do + body_ [class_ "bg-[#e9e7e7] font-sans"] $ div_ [class_ "px-4 py-4 mx-auto"] $ do h1_ [class_ "text-4xl"] $ do toHtml day " / "