Thank you! That fixed it.
Quote:
Originally Posted by DiapDealer
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.
|