Merge pull request #2728 from mixmastamyk/patch-2

Add woff support to epub builder
This commit is contained in:
Takeshi KOMIYA 2016-07-01 12:54:28 +09:00 committed by GitHub
commit f0d9e5072f

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',)