optimise font (remove CASL axis) & fix caching

This commit is contained in:
りき萌 2025-10-06 13:44:34 +02:00
parent 0269ed5c60
commit 5304273b28
6 changed files with 8 additions and 6 deletions

View file

@ -97,7 +97,7 @@ fn guess_content_type(extension: &str) -> Option<&'static str> {
"html" => Some("text/html"),
"js" => Some("text/javascript"),
"css" => Some("text/css"),
"woff" => Some("font/woff2"),
"woff2" => Some("font/woff2"),
"svg" => Some("image/svg+xml"),
"atom" => Some("application/atom+xml"),
"png" => Some("image/png"),