Chris, have you been able to get your font-size adjustment to stick? I thought I got it working on my reader the other day, but now it's not working anymore and I have no clue why. The fonts of my choice are definitely working ... as is the line-height adjustment in the body style, but the font-size is being ignored.
Here is the bit of code directly copied from the userstyle.css. Anyone spot anything wrong?
h1 {
font-family: sans-serif1, sans-serif;
}
body {
font-family: garamond;
line-height: 1.1em;
font-size: 125%;
}
After flashing, there were two other css sheets in the epub folder -- userstyle.dflt.css and userstyle.droid.css. I kept them both as is. Should either of them be tweaked or deleted???
It's not a biggie about the font size as I can just switch to M size, but it's much nicer to be able to adjust it globally with the userstyle.css.
|