We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b91e7 commit 9376db5Copy full SHA for 9376db5
1 file changed
Lib/mimetypes.py
@@ -598,10 +598,14 @@ def _default_mime_types():
598
'.ra' : 'audio/x-pn-realaudio',
599
'.wav' : 'audio/vnd.wave',
600
'.weba' : 'audio/webm',
601
+ '.ttc' : 'font/collection',
602
'.otf' : 'font/otf',
603
'.ttf' : 'font/ttf',
604
'.woff' : 'font/woff',
605
'.woff2' : 'font/woff2',
606
+ '.ivs' : 'haptics/ivs',
607
+ '.hjif' : 'haptics/hjif',
608
+ '.hmpg' : 'haptics/hmpg',
609
'.avif' : 'image/avif',
610
'.bmp' : 'image/bmp',
611
'.emf' : 'image/emf',
0 commit comments