Update epub.py

This commit is contained in:
mixmastamyk 2016-06-30 13:51:34 -07:00 committed by GitHub
parent f30a8d5a36
commit 2b85a2a3be

View File

@ -152,6 +152,7 @@ MEDIA_TYPES = {
'.jpeg': 'image/jpeg',
'.otf': 'application/x-font-otf',
'.ttf': 'application/x-font-ttf',
'.woff': 'application/font-woff',
}
VECTOR_GRAPHICS_EXTENSIONS = ('.svg',)