Thanks for your post,
By default, please remove the font family under the style tab for accordions content. it will use post content font family by default. please see the screenshot
View post on imgur.com
also, you could use the following CSS to override accordions content
.accordions .accordion-content{
font-family: "Open Sans";
}
Hi! Thanks again for the reply!
How can I exactly remove the font family? I can’t leave the field empty
And if i write my font id or anythign else, nothing happen or I get a Times New Roman
I use a .svg font imported by the theme… maybe this is a problem?
Have you tried filling the font family name on accordions font family input field?
View post on imgur.com