• How can I identify which fonts are actually being used by this theme?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @bigmoxy,

    The fonts that are used in this theme:

    For body

    body{
    font-family: 'Open Sans', sans-serif;
    }
    
    and for headings
    
    h1,h2,h3,h4,h5,h6{
     font-family: Montserrat;
    }

    Thank You.

    Thread Starter Tim Burkart

    (@bigmoxy)

    Hi,

    Thank you for your reply. Why does the theme load 50+ fonts in functions.php? How can I add display=swap so I can reduce page blocking by the loading of the fonts?

    Regards!

    Theme Author VW THEMES

    (@vowelweb)

    Hello @bigmoxy,

    If you don’t want other fonts in the theme then you can delete fonts from the function.php

    Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font usage’ is closed to new replies.