Skip to content

Commit 9376db5

Browse files
authored
Add MIME types for TTC and Haptics formats
Added new MIME types for font collections and haptics.
1 parent 79b91e7 commit 9376db5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Lib/mimetypes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,10 +598,14 @@ def _default_mime_types():
598598
'.ra' : 'audio/x-pn-realaudio',
599599
'.wav' : 'audio/vnd.wave',
600600
'.weba' : 'audio/webm',
601+
'.ttc' : 'font/collection',
601602
'.otf' : 'font/otf',
602603
'.ttf' : 'font/ttf',
603604
'.woff' : 'font/woff',
604605
'.woff2' : 'font/woff2',
606+
'.ivs' : 'haptics/ivs',
607+
'.hjif' : 'haptics/hjif',
608+
'.hmpg' : 'haptics/hmpg',
605609
'.avif' : 'image/avif',
606610
'.bmp' : 'image/bmp',
607611
'.emf' : 'image/emf',

0 commit comments

Comments
 (0)