View Single Post
Old 03-20-2010, 08:33 PM   #5
radub
Junior Member
radub began at the beginning.
 
radub's Avatar
 
Posts: 6
Karma: 10
Join Date: Mar 2010
Device: iRiver Story
Well, the iRiver has a "font" directory on its internal storage (when mounted), but I have no idea what's the real path for it. iRiver runs Linux, I'll try to loopmount a firmware and see where is that folder...
Also: Calibre didn't embedded my custom css! I had to embed it by hand.
Is this css sane, in your opinion?
Code:
@font-face {
  font-family: "Biolinum";
  font-weight: regular;
  font-style: regular;
  src: url(res:///font/Biolinum.ttf);
}

body {
  font-family: "Biolinum", default;
}

Last edited by radub; 03-20-2010 at 08:34 PM. Reason: typo
radub is offline   Reply With Quote