Thread: PRS-350 Changing Fonts in PRS+
View Single Post
Old 11-05-2011, 04:23 PM   #23
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
NimbusMod:

There is NO issue with not having bold fonts. Even Sony does have just ONE font for all four styles (bold, italic, bold-italic, regular). Bold-Italic and Bold are rendered from the two existing Nimbus fonts. No problem so far.

If you have time, give this CSS-style for Nimbus-Mod a try:

Code:
@font-face 
{
  font-family: serif; 
  font-weight: normal; 
  font-style: normal; 
  src: url(res:///Data/fonts/NimbusMod.ttf); 
}

@font-face 
{
  font-family: serif; 
  font-weight: normal; 
  font-style: italic; 
  src: url(res:///Data/fonts/NimbusMod_I.ttf); 
}
Alter path if necessary.

A.
Analogus is offline   Reply With Quote