Quote:
Originally Posted by ander111
(...)
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