View Single Post
Old 01-06-2010, 07:19 PM   #209
daffy4u
I'm Super Kindle-icious
daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.
 
daffy4u's Avatar
 
Posts: 6,734
Karma: 2434103
Join Date: Apr 2008
Location: Long Drive, Calinadia Candafornia
Device: KDXG, KT, Oasis
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;
}
Attached Thumbnails
Click image for larger version

Name:	css on calibre.PNG
Views:	532
Size:	117.6 KB
ID:	42686   Click image for larger version

Name:	my fonts.PNG
Views:	515
Size:	27.3 KB
ID:	42687  

Last edited by daffy4u; 01-06-2010 at 09:03 PM.
daffy4u is offline   Reply With Quote