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.