• Resolved m_demori

    (@m_demori)


    Hi,

    i need to change the default font for all contents to Arial, so i add this font stack rule to style.css on workpress child theme as first line (after comments)

    
    * {
       font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
       color:black;
    }
    

    but the font doesn’t change, as example menu still have “Roboto” as font.

    Where I’m going wrong ?

    regards

    • This topic was modified 7 years, 8 months ago by m_demori.
    • This topic was modified 7 years, 8 months ago by m_demori.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @m_demori

    Sorry for this it’s part of code customization,
    Typography setting is given in pro theme package so you can easily change font-family, font-size.

    Anything else lets me know.

    Thanks

    Thread Starter m_demori

    (@m_demori)

    no problem! thank you anyway i will evaluate the pro version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font globally’ is closed to new replies.