diff --git a/layouts/page.templ b/layouts/page.templ index 07c1841..8dfe337 100644 --- a/layouts/page.templ +++ b/layouts/page.templ @@ -13,6 +13,10 @@ templ Page(title string) { font-family: Cal Sans; src: url(cal-sans.woff2); } + @font-face { + font-family: Fira Code; + src: url(fira-code.woff2); + }