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 2faceee commit 3505c44Copy full SHA for 3505c44
1 file changed
Lib/mimetypes.py
@@ -599,10 +599,14 @@ def _default_mime_types():
599
'.ra' : 'audio/x-pn-realaudio',
600
'.wav' : 'audio/vnd.wave',
601
'.weba' : 'audio/webm',
602
+ '.ttc' : 'font/collection',
603
'.otf' : 'font/otf',
604
'.ttf' : 'font/ttf',
605
'.woff' : 'font/woff',
606
'.woff2' : 'font/woff2',
607
+ '.ivs' : 'haptics/ivs',
608
+ '.hjif' : 'haptics/hjif',
609
+ '.hmpg' : 'haptics/hmpg',
610
'.avif' : 'image/avif',
611
'.bmp' : 'image/bmp',
612
'.emf' : 'image/emf',
0 commit comments