View Single Post
Old 01-18-2022, 11:13 AM   #7
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,804
Karma: 6000000
Join Date: Nov 2009
Device: many
Good catch. I did not think to even look at the full paths. So the first screenshot is the correct one, right?


Quote:
Originally Posted by BeckyEbook View Post
If css styles are in root, fonts in "Fonts", you can fix paths to font files:
Code:
@font-face {
font-family: "Mekorot-Rashi";
font-weight: normal;
font-style: normal;
src: url("Fonts/Mekorot-Rashi.ttf");
}
@font-face {
font-family: "David CLM";
font-weight: normal;
font-style: normal;
src: url("Fonts/DavidCLM-Medium.otf");
}
@font-face {
font-family: "David CLM";
font-weight: bold;
font-style: normal;
src: url("Fonts/DavidCLM-Bold.otf");
}

Last edited by KevinH; 01-18-2022 at 11:20 AM.
KevinH is offline   Reply With Quote