mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Use only woff and woff2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user