Quote:
Originally Posted by SigilBear
.../...
body { font-family: “Georgia.otf”, serif; }
.../....
I verified that there are FOUR Georgia fonts (including bold, italics, etc.) in my Fonts folder.
What am I doing wrong?
|
I would write:
Code:
font-family:"Georgia";
and as said DiapDealer, you'll need to insert a @font-face declaration for each of the four fonts.