Hi,
How I can install or to configure google fonts both “Heading” and “Body” in the Enfold Theme Options > General Styling
In advance, thanks
Best regards,
Pedro / micelatam
Hi Elliot,
Thanks for your fast reply.
Please, help me in this specific issue: the font Monserrat is available for “Heading” but not the “Body” (Enfold > Enfold theme options > General styling > Fonts). How “activate it”?
In advance, thanks
Best regards,
Pedro
Hi!
Please add following code to Quick CSS
body { font-family: 'Montserrat', sans-serif; }
Cheers!
Yigit
Yigit,
Thanks for your quick repply.
I have a previous line in my Quick CSS. If I place this new line, this is correct result?
span.ajax_search_excerpt {
display: none !important;
}
body { font-family: ‘Montserrat’, sans-serif; }
In advance,
Best regards
Pedro / micelatam
Or this way:
`span.ajax_search_excerpt {
display: none !important;
}
body { font-family: ‘Montserrat’, sans-serif; }
Yigit,
Thanks for your awesome support.
Like you…Cheers!
Pedro