1) Open your your_style.css and find all the: font-family: xxx yyyy , zzz; and delete them;
Keep just the one in the body style.
2) Another way is to add !important to font in the body style.
Like this:
[code]
body {
font-family : Arial, Helvetica...
Keep just the one in the body style.
2) Another way is to add !important to font in the body style.
Like this:
[code]
body {
font-family : Arial, Helvetica...