feat: add caskaydia cove nerd fonts
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user