Hello, I have noticed in Advanced Styling (Enfold Theme Options), that your theme give the oppurtunity to select specific Font Family (. Can I use an another font except list?
Hey troupdim,
Yes, but you have to import it via css or add it to the theme root folder first.
Best regards,
Jordan Shannon
How can I use an another font via css ?
Hi,
Please refer to the following article for a simple walkthrough: https://premium.wpmudev.org/blog/custom-fonts-css/
Best regards,
Jordan Shannon
Ι would like to add Verdana font via Quick CSS. How can I do this?
Hi,
Add the following to quick css:
body{
font-family:Verdana, Geneva, sans-serif;
}
Adjust “body” to the element you want to use the Verdana font.
Best regards,
Jordan Shannon