I was wondering if there is an easy way to install google fonts or any other recommended advanced font plugins?
Thanks
Hi marketwithmichael!
Theme does include fonts by it self and you can add / hook new on the existing function.
Can you describe us what you want to do?
That way, we can help better.
Thanks a lot
Best regards,
Basilis
Basically I was trying to add more font options into the live editor when adding text or headline.
I only see H1 H2 so on… no option to change actual font?
Does this need to be done through the Enfold dashboard?
Hi!
Yes you can style any element with from Enfold Dashboard, easily and if a font you need is missing, we can add it.
Cheers!
Basilis
Would this be done in the advanced styling?
I tried changing font in advanced styling for H1 tag but had not change.
Here is an example of a mock up I’m doing for a new client
The H1 and H2 always default to all caps and the same font
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none;
}
Best regards,
Yigit