mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 19:54:20 +02:00
...
This commit is contained in:
parent
94bfe038da
commit
3d55cac971
2 changed files with 1 additions and 1 deletions
BIN
resources/images/html-fix.png
Normal file
BIN
resources/images/html-fix.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 115 KiB |
|
|
@ -43,7 +43,7 @@
|
|||
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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue