• Hi,

    I am using the Virtue Theme 2.2.3, and I would like to included a few custom fonts. How can I included my fonts to be able to apply over /Appearance/Theme Option/Typography/?

    Thank you in advance,
    Illes

Viewing 1 replies (of 1 total)
  • Hey,
    There isn’t really an easy way to add fonts to that list. It’s part of the redux framework, and is’t using google supplied fonts. If you have a custom font you would need to add the font file to be loaded with your site and then add css to make the site use that font file.
    Adding css with the !important note is key because it will then override the theme options .. like:

    h1 {
    font-family: mycustomfont !important;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Custom fonts for the theme’ is closed to new replies.