This problem is kinda weird:
I've added a new font-family and it is being applied to everywhere in theme, except the homepage intro headings.
I added a code manually (selecting the exact class through inspect element).
.h2.text-heading-default{
font-family: "tahome";
}
And I expect it should solve the problem but the headings are still showing the previous fonts.
What is the solution for this?
Stuff that I tried:
- I used "!important" next to the code above
- Cleared browser cache
- Cleared WP cache
- Checked header.php file for anything like tag or conflict, nothing found
- Checked the font family file, it is there and already being applied to everywhere in the theme, except the intro headings
Still nothing worked.