Recognize directory for application/x-font-ttf.
This commit is contained in:
parent
9e020eaa11
commit
9821125f2c
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ EXTENSION_MIMETYPES = {
|
|||
MIMETYPE_DIRECTORIES = {
|
||||
'application/x-dtbncx+xml': '.',
|
||||
'application/font-sfnt': 'Fonts',
|
||||
'application/x-font-ttf': 'Fonts',
|
||||
'application/xhtml+xml': 'Text',
|
||||
'font': 'Fonts',
|
||||
'image': 'Images',
|
||||
|
|
Loading…
Reference in a new issue