Hi,
Amazing theme (Enfold), thanks. I do want to use one of the available google fonts in the layer slider, and my attempts at styling have failed. I set up a class, id, put the font name in the font box, used inline css, and still can’t get the font I’d like. My attempts change the font to what looks like a backup font, but that’s it. Can you assist? Thanks!
-Pelyon
Hi pelyon!
Please edit the layer then go Attributes. Add a unique CSS class or id, example “awesome-layer”. Go to Quick CSS then define the font family.
.awesome-layer {
font-family: ‘Open Sans’, sans-serif !important;
}
Cheers!
Ismael
Hi thanks Ismael,
But your solution didn’t work until I added the “link href=’http://fonts.googleapis.com…….” from the google fonts site to the header.php file. Does this sound about right?
Best,
Pelyon