Quote:
Originally Posted by Perkin

I did mean look for
Fonts/Baskerville
and change it to
Styles/Baskerville
|
Yup, I got that.
---
OK, in the Stylesheet there is this:
Quote:
@font-face {
font-family: "Baskerville";
font-style: normal;
font-weight: normal;
src:local(Baskerville);
}
@font-face {
font-family: "Rockwell";
font-style: normal;
font-weight: normal;
src:local(Rockwell);
}
|
That's what you mean, right? - So, what should I do with those lines?
EDIT:
Ah! you mean copy this:
Quote:
src : url(Baskerville.otf);
|
in place of this:
Yes?