View Single Post
Old 09-18-2023, 08:26 AM   #5
WV-Mike
Connoisseur
WV-Mike began at the beginning.
 
Posts: 74
Karma: 10
Join Date: Jul 2023
Device: None
Quote:
Originally Posted by Turtle91 View Post
J

As for the Calibre warning… just read what it says. Your font name declaration is not the same as the internal name IN the font. You may have problems. It tells you to change the font name to match.

i.e. remove the dash in the font name reference.
font-family: "Fontin SmallCaps";
I don't understand. The name of the font has a dash in it. So why remove the dash in the font name reference?
src: url(../Fonts/Fontin-SmallCaps.otf);
h1 {
font-family: "Fontin-SmallCaps", sans-serif;

Thanks,
WV-Mike
WV-Mike is offline   Reply With Quote