mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
94bfe038da
commit
3d55cac971
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 @@ 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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user