Quote:
Originally Posted by HarryT
I may have been wrong in saying that fonts cannot be over-ridden.
|
The Sony PRS-505 does not currently support a user-provided userStyle.css, but this might be possible if someone can work out how to get it in the right directory. However, I don't know if this could in principle over-ride embedded fonts. Something like the following might work:
Code:
body {
font-family: serif; ! important
}