Use font/ mimes instead of application/font-
This commit is contained in:
parent
a9102cf877
commit
7b4f4cdb1f
1 changed files with 3 additions and 3 deletions
|
@ -32,10 +32,10 @@ EXTENSION_MIMETYPES = {
|
||||||
'smi': 'application/smil+xml',
|
'smi': 'application/smil+xml',
|
||||||
'smil': 'application/smil+xml',
|
'smil': 'application/smil+xml',
|
||||||
'sml': 'application/smil+xml',
|
'sml': 'application/smil+xml',
|
||||||
'otf': 'application/font-sfnt',
|
|
||||||
'ttf': 'application/font-sfnt',
|
|
||||||
'pls': 'application/pls+xml',
|
'pls': 'application/pls+xml',
|
||||||
'woff': 'application/font-woff',
|
'otf': 'font/otf',
|
||||||
|
'ttf': 'font/ttf',
|
||||||
|
'woff': 'font/woff',
|
||||||
'woff2': 'font/woff2',
|
'woff2': 'font/woff2',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue