Use only woff and woff2

This commit is contained in:
Alex Ling
2021-02-11 08:40:24 +00:00
parent 933617503e
commit 154d85e197
3 changed files with 7 additions and 4 deletions

View File

@@ -35,9 +35,6 @@ def register_mime_types
# FontAwesome fonts
".woff" => "font/woff",
".woff2" => "font/woff2",
".eot" => "application/vnd.ms-fontobject",
".ttf" => "font/ttf",
".svg" => "image/svg+xml",
}.each do |k, v|
MIME.register k, v
end