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.