View Single Post
Old 05-21-2010, 06:38 PM   #3
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Here's something to try (no guarantees)

In Extra CSS, change all the instances of
Code:
@font-face {font-family: "Georgia"; ...
to
Code:
@font-face {font-family: serif; ...
and change
Code:
body {font-family: "Georgia", serif; }
to
Code:
body {font-family: serif;}
leaving the only references to Georgia in the .ttf filenames.
jackie_w is offline   Reply With Quote