optimise font (remove CASL axis) & fix caching
This commit is contained in:
parent
0269ed5c60
commit
5304273b28
6 changed files with 8 additions and 6 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue