Quote:
Originally Posted by WV-Mike
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
|
The file name (src url) is not the same as the actual name of the font. In your case the file name is "Fontin-SmallCaps.otf", but it could be anything you want. The actual name of the font as encoded within the file is "Fontin SmallCaps".