Thread: PRS-650 Flashing the firmware
View Single Post
Old 11-04-2010, 09:42 AM   #61
chris_tribble
Enthusiast
chris_tribble began at the beginning.
 
Posts: 31
Karma: 20
Join Date: Oct 2010
Location: London, UK
Device: Sony PRS-650
Hey - some success! I've been able to get Droid working following Sherman's kind advice. Hooray!

Now I'd like to see if it's possible to a) try this with other fonts + see if it's possible to shift the base font size to something a little bigger so that I can use the Sony SMALL option as the default (rather than Medium) at the moment, with Droid, Medium's a bit big and Small's a bit small...

For the reference of others I give below the full userStyle.css that I'm now using. I'm thinking that there must be a command that I could put in the final "body" command alongside the line-height: 1.2em but I've got no idea about the command language.

In terms of a reference to start building my own ability to do this, will guides for Dreamweaver CSS codes help?

Thanks again to the community - I appreciate the effort that's gone into all this

=========

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

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

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

@font-face {
font-family: DroidSerif;
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);
}

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