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

    chchew
    Participant

    I am trying to change the font to Oleo Script in the Style box using CornerStone. Apparently it’s not changing the wordings. Can help please?

    #735471

    chchew
    Participant
    This reply has been marked as private.
    #735487

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

    
    @import url(https://fonts.googleapis.com/css?family=Oleo+Script);

    The inline css you have added in the raw content element should work.
    Hope this helps. Kindly let us know.

    #736744

    chchew
    Participant

    Great. You made my day!

    #736848

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂

    #740129

    chchew
    Participant

    If I need two different google fonts, should I include two lines in my Custom Css as below?

    @import url(https://fonts.googleapis.com/css?family=Oleo+Script);

    @import url(https://fonts.googleapis.com/css?family=Lobster Two);

    #740140

    Rue Nel
    Moderator

    Hello There,

    If you need two google font, you can use this instead:

    
    @import url(https://fonts.googleapis.com/css?family=Oleo+Script|Lobster+Two);

    For more details about how to use Google fonts in your site, please check this out: https://www.google.com/fonts#UsePlace:use

    Hope this helps.