Thread: PRS-650 Flashing the firmware
View Single Post
Old 11-04-2010, 04:58 PM   #66
sherman
Guru
sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.
 
Posts: 875
Karma: 2676800
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
Hmm, my mistake, I used serif1 as the name, not DroidSerif, although it shouldn't have made amy difference.

But anyway, here's my stylesheet:
Code:
@font-face {
  font-family: serif1;
  font-weight: normal;
  font-style: normal;
  src: url(res:///Data/epub/FONT/droid/DroidSerif-Regular.ttf);
}

@font-face {
  font-family: serif1;
  font-weight: bold;
  font-style: normal;
  src: url(res:///Data/epub/FONT/droid/DroidSerif-Bold.ttf);
}

@font-face {
  font-family: serif1;
  font-weight: normal;
  font-style: italic;
  src: url(res:///Data/epub/FONT/droid/DroidSerif-Italic.ttf);
}

@font-face {
  font-family: serif1;
  font-weight: bold;
  font-style: italic;
  src: url(res:///Data/epub/FONT/droid/DroidSerif-BoldItalic.ttf);
}

@font-face {
  font-family: "sans-serif1";
  src:url(res:///opt/sony/ebook/FONT/tt0003m_.ttf);
}

body {
  font-family: serif1;
  line-height: 1.2em;
}
h1 {
  font-family: sans-serif1, sans-serif;
}
sherman is offline   Reply With Quote