Skip to content

Commit 3505c44

Browse files
committed
Add MIME types for TTC and Haptics formats
Added new MIME types for font collections and haptics.
1 parent 2faceee commit 3505c44

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/mimetypes.py

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

0 commit comments

Comments
 (0)