December 27, 2013 at 10:12 am
#4475
Keymaster
I’m looking at your page and I see that the font family used is “Overlock”.
I’m also seeing that you have the css fonts defined on both the child-theme’s style.css
AND on the Frontier Options -> CSS
Example:
Frontier Options -> CSS
#bottom-bar-text {
float: left;
padding: 6px 8px;
font-family: 'Overlock', cursive;
}
On Child Theme Style.css
#bottom-bar-text {
float: left;
padding: 6px 8px;
font-family: 'Coming Soon';
}
You might want to remove the ones on Frontier Options.