Skip to content

Commit ebce6f5

Browse files
authored
Merge pull request #426 from nivekuil/master
Change TTF media type to "font/ttf"
2 parents 3273245 + 2962f38 commit ebce6f5

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)