Home › Forums › CSS › Italicized fallback › Re: Italicized fallback
November 26, 2012 at 10:34 am
#115519
Participant
@alexmccabe No. You need to use the following CSS for it to work
body {
font-family: “GeorgiaItalic”, “Georgia Italic”;
}