Tagged: slider
Hi, The layer slider has some awesome features, but I would like to add google fonts to my layer slider, how can i do that?
Hi,
You can edit a layer then go to Attributes panel, give it a unique ID. You can then declare a google font on Enfold > Styling > Quick CSS. Let’s say for example you give it an id called “layer-google-font”. You can use this:
#layer-google-font {
font-family: 'Open Sans', sans-serif;
}
Regards,
Ismael