View Single Post
Old 11-14-2010, 06:03 PM   #229
notsure
Zealot
notsure has learned how to buy an e-book online
 
Posts: 123
Karma: 76
Join Date: Feb 2009
Device: Sony PRS-505, PRS-350
Sure!

This is what I put into calibre's extra css section;

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);
}

body {
  font-family: "Fontin", serif;
}
Attached Files
File Type: epub The Count of Monte Cristo - Dumas_ Alexandre.epub (1.17 MB, 481 views)

Last edited by notsure; 11-14-2010 at 06:06 PM.
notsure is offline   Reply With Quote