View Single Post
Old 07-02-2011, 02:15 PM   #2
jswinden
Nameless Being
 
Sony readers actually use three fonts: one for serif, one for sans serif, and one for monotype. You can use any of them by the method you noted, of course the default is serif so it requires no additional CSS.

BTW, if you need bolder text you can use:

Code:
body {font-weight: bold}
But then all text will be bold rather than just headings and selected text for emphasis.

Last edited by jswinden; 07-04-2011 at 09:21 AM.
  Reply With Quote