Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #117234

    lotny
    Participant

    Hi X Support,

    As advised in the Forum, I have been using “Use Any Font” plugin to upload my Walkway font (a free font from dafont.com) on my DOM. It went well but now the Walkway font is not listed in the various list menu in Customizer/Typography
    Did I missed something?

    Best,

    Lotny
    http://www.ratiocut.com
    X/Integrity/Dark wth Child theme

    #117262

    Zeshan
    Member

    Hi Lotny,

    Thank you for writing in!

    The custom added fonts won’t be appeared in the Customizer typography sections as it uses google web fonts. However, you can apply any font using CSS to any element in your website. For example, if you want to change the font of the headings, you can simply use the following CSS code under Custom > CSS in the Customizer:

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
       font-family: 'Walkway black';
    }
    

    Hope this helps. 🙂

    Thank you.