Okay
  Public Ticket #2552324
Change Font
Closed

Comments

  • Pae4128 started the conversation

    Hi,

    I want to change the font all of every page to "Prompt" from google font

    how to force it for the whole website?

    and I want to change the main menu bar to the bigger size? 

    Thank you.

  •  850
    Jelly replied

    Hello,

    I think the best solution is to go to styles/main.css and find 'Roboto', sans-serif. Now replace it with

    'Prompt', 'Roboto', sans-serif
    

    Make sure that your custom font is loaded.

    Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    .navbar li .dropdown-item, .navbar li .nav-link {font-size: 15px !important}

    Best Regards,
    Jelly Team

  • Pae4128 replied

    I think the best solution is to go to styles/main.css and find 'Roboto', sans-serif. Now replace it with

    'Prompt', 'Roboto', sans-serif

    it's not working


    is there another solution? 

    such like plug in

    thanks


  • Pae4128 replied

    Prompt font installed as well, but replaced on style/css is not working

  •  850
    Jelly replied

    Ah yes, I am sorry. Could you add the code to /styles/theme-cool.css? Please also make sure to clean cache.

    Best Regards,
    Jelly Team