View Single Post
Old 05-02-2014, 05:32 AM   #3
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,731
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
I was able to crash Sigil with your file once, but couldn't repeat it. Are there any steps that consistently crash Sigil with your file?

According to the Sigil user manual, Sigil seems to expect quotation marks around the font path:

Quote:
@font-face {
font-family: 'Garamond';
font-weight: normal;
font-style: normal;
src: url('../Fonts/Garamond.ttf');
}
Try enclosing the file path in single or double quotation marks. Also Iota is the name of a named HTML entity, which might confuse the parser. Try renaming the font name to find out if this makes any difference.
Doitsu is offline   Reply With Quote