View Single Post
Old 01-03-2011, 10:29 AM   #44
grissley
Enthusiast
grissley has a complete set of Star Wars action figures.grissley has a complete set of Star Wars action figures.grissley has a complete set of Star Wars action figures.grissley has a complete set of Star Wars action figures.
 
Posts: 49
Karma: 320
Join Date: Nov 2010
Location: Poland
Device: PRS-950sc
Quote:
Originally Posted by ander111 View Post
(...)
Code:
font-family: DroidSerif;
(...)
Code:
font-family: Georgia;
But this has no effect.
Thanks for your help!
change all this to:

Code:
font-family: serif;
Then, add

Code:
html {font-family: serif;}
after the last @font-face {...} statement and before the h1 {...} statement.

should work
grissley is offline   Reply With Quote