feat: add caskaydia cove nerd fonts

This commit is contained in:
Stevan Freeborn
2025-11-15 12:35:51 -06:00
parent 03cbe49a30
commit 0f366e1ff8
8 changed files with 45413 additions and 3 deletions
+4
View File
@@ -22,3 +22,7 @@ func Index(w http.ResponseWriter, r *http.Request) {
func CSS(w http.ResponseWriter, r *http.Request) {
http.ServeFileFS(w, r, assets.CSS, r.URL.Path)
}
func Fonts(w http.ResponseWriter, r *http.Request) {
http.ServeFileFS(w, r, assets.Fonts, r.URL.Path)
}