Quote:
Originally Posted by chris_tribble
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.