View Single Post
Old 02-18-2019, 10:44 AM   #34
icallaci
Guru
icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.
 
Posts: 819
Karma: 6528026
Join Date: Sep 2012
Device: Kobo Elipsa
Thank you! That fixed it.

Quote:
Originally Posted by DiapDealer View Post
Yes. That one was reported on Github and we have it fixed already. It only occurs when there's @fontface entries in the css. We hope to have a quick release of version 0.9.12 out very soon to address this and a couple of other issues.

In the meantime ... it's a very quick/easy fix if you wish to edit the file yourself.

Just change line 68 of "D:\Sigil\python3lib\cssreformatter.py", line 68, from
Code:
out = cssparser.serialize.Out(self)
to
Code:
out = css_parser.serialize.Out(self)
(Just the underscore)

You will probably have to run a basic text editor As Administrator to be able to write to the file.
icallaci is offline