View Single Post
Old 01-06-2010, 06:47 PM   #98
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
Quote:
Originally Posted by zelda_pinwheel View Post
i'm eager to hear what you think of that method. jswolf can give you plenty of tips about epub as well as different fonts. i like fontin a lot but it has a lot of "personality" so i find for some books gentium is a better fit because it's somewhat more discreet (although it's got its own style too). it's another free font, so you can try it out without any risk.
Nope, still not working.

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);
}
Attached Thumbnails
Click image for larger version

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

Name:	my fonts.PNG
Views:	217
Size:	27.3 KB
ID:	42685  
daffy4u is offline   Reply With Quote