Reply To: PLug-in not working

Home Forums Use Any Fonts PLug-in not working Reply To: PLug-in not working

#632
Dinesh
Keymaster

You still have other font family marked as important
h1, h2, h3, h4, h5, h6, h7 {
font-family: “header-font” !important;
}

Our plugin is trying to use css like this below. But already marked as important above it is being useless.
body, h1, h2, h3, h4, h5, h6, p, blockquote, li {
font-family: ‘Coamei’ !important;
}

Please remove the above css. It will be fine.