Quote:
Originally Posted by Turtle91
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