Sigil does not find my embedded font
from css=
@font-face {
font-family: “Mekorot-Rashi”;
font-weight: normal;
font-style: normal;
src: url(“../Fonts/Mekorot-Rashi.ttf”);
}
.cs_Times-Rashi{
text-decoration-line:none;
font-weight:487;
font-size:0.92em;
font-family:"Mekorot-Rashi", serif;
letter-spacing:0em;
vertical-align:0px;
color:black;
text-transform:inherit;
font-style:normal;
font-variant:inherit;
font-stretch:normal;
background-color:inherit;
}
from xhtml=
<p class='ps_chapter' dir='rtl'><span class='cs_Times-Rashi'>תנא לישנא דעלמא נקט - אי לא הדר תנא כולה שלי הוה אמינא, מאי מצאתיה דקתני תנא, לשון בני אדם אחז במשנתנו, ולא לשון מקרא, והרבה בני אדם קורין לה מציאה משעת ראיה.</span></p>
the font file was added to the Fonts folder in Sigil
when the font is installed on the computer it shows correctly in the preview
but it doesn't show correctly when not installed
screen shots are included
|