1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-01 07:59:00 +00:00
This commit is contained in:
Lu Wang 2013-10-11 15:17:07 +08:00
parent b789e60333
commit 7e636ffb8f

View File

@ -43,7 +43,7 @@ const std::map<std::string, EmbedStringEntry> EMBED_STRING_MAP({
const std::map<std::string, std::string> FORMAT_MIME_TYPE_MAP({
{"eot", "application/vnd.ms-fontobject"},
{"jpg", "image/jpeg"},
{"otf", "appilcation/x-font-otf"},
{"otf", "application/x-font-otf"},
{"png", "image/png"},
{"svg", "image/svg+xml"},
{"ttf", "application/x-font-ttf"},