Quote:
Originally Posted by kartu
One can reference built-in LRF fonts with the following CSS:
Code:
@font-face
{
font-family: sans-serif;
src:url(res:///opt/sony/ebook/FONT/tt0003m_.ttf);
}
@font-face
{
font-family: serif;
src:url(res:///opt/sony/ebook/FONT/tt0011m_.ttf);
}
@font-face
{
font-family: monospace;
src:url(res:///opt/sony/ebook/FONT/tt0419m_.ttf);
}
(regardless if PRS+ is installed or not  )
|
The other day I found my 500 Bitstream Fonts CD. So I could reference those fonts and just add in the italic, bold, & bold italic. I may give it a try and see how it looks.