Reply To: not working

Home Forums Use Any Fonts not working Reply To: not working

#2089
Dinesh
Keymaster

Hi Enastein,

This is the css somewhere in your site, that is blocking the font to work.

#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {
    font-family: Arial,sans-serif !important;
}

As the css has been marked !important, the h1, h2 ….. tags are using Arial.

Please find and remove this. This should fix the problem.

Thanks