Thread: PRS-650 Flashing the firmware
View Single Post
Old 11-05-2010, 05:42 AM   #71
koadic
Member
koadic doesn't litterkoadic doesn't litter
 
Posts: 16
Karma: 172
Join Date: Oct 2010
Device: prs-650
Quote:
Originally Posted by chris_tribble View Post
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...

...

body {
font-family: DroidSerif; line-height: 1.2em
}
To increase the base font size, I have found it easiest to edit the body tag to read as follows...

body {
font-family: DroidSerif;
line-height: 1.2em;
font-size: 125%;
}

or whatever percentage you want to increase your base size by... or I believe that you can do this directly in pts, like 12pt (play around with it til you get the size you want). This will increase your Medium size by the same amount though, I dont think there is a way to specify a specific size for the xs, s, m, l, xl, and xxl.
koadic is offline   Reply With Quote