diff --git a/assets/cullmann.css b/assets/cullmann.css new file mode 100644 index 0000000..3bef84b --- /dev/null +++ b/assets/cullmann.css @@ -0,0 +1,23 @@ +@font-face { + font-family: 'Geist'; + src: url('/fonts/Geist.woff2') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'GeistMono'; + src: url('/fonts/GeistMono.woff2') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + +body { + font-family: "Geist"; +} + +code { + font-family: "GeistMono"; +} diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html new file mode 100644 index 0000000..7516970 --- /dev/null +++ b/layouts/partials/custom_head.html @@ -0,0 +1,2 @@ +{{ $extra := resources.Get "cullmann.css" | minify }} + diff --git a/static/fonts/Geist.woff2 b/static/fonts/Geist.woff2 new file mode 100644 index 0000000..d101f19 Binary files /dev/null and b/static/fonts/Geist.woff2 differ diff --git a/static/fonts/GeistMono.woff2 b/static/fonts/GeistMono.woff2 new file mode 100644 index 0000000..b96b7d4 Binary files /dev/null and b/static/fonts/GeistMono.woff2 differ