Skip to content

Commit 2962f38

Browse files
committed
Change TTF media type to "font/ttf"
See: https://www.iana.org/assignments/media-types/media-types.txt
1 parent 3273245 commit 2962f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ring-core/src/ring/util/mime_type.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"tif" "image/tiff"
8585
"tiff" "image/tiff"
8686
"ts" "video/mp2t"
87-
"ttf" "application/x-font-ttf"
87+
"ttf" "font/ttf"
8888
"txt" "text/plain"
8989
"webm" "video/webm"
9090
"wmv" "video/x-ms-wmv"

0 commit comments

Comments
 (0)