View Single Post
Old 01-27-2011, 05:26 PM   #10
Alda
Zealot
Alda began at the beginning.
 
Posts: 104
Karma: 22
Join Date: Jun 2010
Device: none
Quote:
Originally Posted by Perkin View Post

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:

Quote:
src:local(Rockwell);
Yes?
Alda is offline   Reply With Quote