Remove the following lines (if you haven't already)
Quote:
@font-face {
font-family: "Rockwell";
font-style: normal;
font-weight: normal;
src:local(Rockwell);
}
|
Then change any CSS lines
so they then say
Quote:
font-family: "Rockwell", serif;
|
That should do it.
If the rockwell font is on your system/device it will use it, otherwise it will default to the default Serif type font.