I am playing with a default install of the theme and it seems that the font on the slider on this page
http://kriesi.at/themes/enfold/homepage/home-v10-magazine/
is different than the one(s). Is this font set as custom on the demo site?
This looks bolded and I don t think the theme settings have an option to bold fonts only to select the typeface
Please advise how to obtain the same font and bold title
Hi Monsoon!
If the font you are using supports different font weights you can specifiy it using a bit of css:
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
}
Best regards,
Devin
Sorry if I didn t make it clear I meant the font size for the text inside the accordion.
The text in the 5 slider images is bold and a different size than the default font and I could not find where to set this one
I don t think the accordion is picking up the style from H1s etc…
That snippet is directly copied from the demo page for those headings. Its the google font Open Sans.
Thanks for the quick response.
Weird, the first installation I did and used Open Sans wasn t looking like that.