Zelda sent me here because I'm still having problems. I have PRSPlus installed my 505 if that makes a difference. Here's my stuff:
Code:
@font-face {
font-family: "Fontin";
font-weight: normal;
font-style: normal;
src: url(res:///Data/fonts/Fontin-Regular.ttf);
}
@font-face {
font-family: "Fontin";
font-weight: bold;
font-style: normal;
src: url(res:///Data/fonts/Fontin-Bold.ttf);
}
@font-face {
font-family: "Fontin";
font-weight: normal;
font-style: italic;
src: url(res:///Data/fonts/Fontin-Italic.ttf);
}
@font-face {
font-family: "Fontin Sans";
font-weight: bold;
font-style: italic;
src: url(res:///Data/fonts/Fontin_Sans_BI.otf);
}
Edit: I realized I left the "body" part off the end but I added it and tried again with no luck.
Code:
body {
font-family: "Fontin", serif;
}