Quote:
Originally Posted by magmanpi
Thanks for the response. I'm not very experienced at this, so please bear with me. I'm not sure how to check the font, but when I go to the font folder in Sigil, it's empty.
& hellip; and & #8230 are html codes for an ellipsis, correct?
|
yes, they are two ways of representing the SAME character
(and they usually show)
No fonts in the font folder just means the fonts are not EMBEDED
The line in the stylesheet
font-family: "Times New Roman", serif;
Anything other than serif or sans-serif indicates a specific font face call
When the font is not embeded, it is supplied by the system.
If the system does not have it, the generic alternate is used (serif or sans-serif part)