diff --git a/resources/images/html-fix.png b/resources/images/html-fix.png
new file mode 100644
index 0000000000..f290537684
Binary files /dev/null and b/resources/images/html-fix.png differ
diff --git a/src/calibre/ebooks/oeb/polish/container.py b/src/calibre/ebooks/oeb/polish/container.py
index 0961cc5d9d..cf22972a66 100644
--- a/src/calibre/ebooks/oeb/polish/container.py
+++ b/src/calibre/ebooks/oeb/polish/container.py
@@ -43,7 +43,7 @@ exists, join, relpath = os.path.exists, os.path.join, os.path.relpath
def guess_type(x):
return _guess_type(x)[0] or 'application/octet-stream'
-OEB_FONTS = {guess_type('a.ttf'), guess_type('b.ttf')}
+OEB_FONTS = {guess_type('a.ttf'), guess_type('b.otf')}
OPF_NAMESPACES = {'opf':OPF2_NS, 'dc':DC11_NS}
class CSSPreProcessor(cssp):