Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1403773

    Pbalazs89
    Participant

    Hi there,

    I’m building a site at: http://orsi.decorolux.com/about-me/

    There’s a blockquote at the top here:

    Let’s bring out the best in you!

    I’m trying to add the ”oleo script” google fontface to be used here, which to my knowledge is included with X.

    I added the following css: font-family:”Oleo Script”, display;

    but it doesnt seem to do the job. Any ideas?

    Thanks!

    #1403788

    Thai
    Moderator

    Hi There,

    That font is not included with X, you have to import it by adding this CSS under style.css locates in your theme:

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

    After that add this inline CSS:

    font-family: 'Oleo Script', cursive;

    Hope it helps 🙂

    #1404570

    Pbalazs89
    Participant

    Hi There,

    Thanks for the help, but unfortunately that did not fix the issue:

    http://orsi.decorolux.com/about-me/

    I added the @import in appearance -> style.css

    and then proceeded to add the inline in cornerstone.

    Still won’t do the trick.
    Any idea why?

    #1404593

    Christopher
    Moderator

    Hi there,

    Please add inline CSS font-family: 'Oleo Script', cursive; in element’s style filed that should have this font family.

    Hope it helps.

    #1404648

    Pbalazs89
    Participant

    Works like a charm. Sorry, my email client formatted the code weirdly for some reason. Anyway, thanks for the help!

    #1404685

    Thai
    Moderator

    You’re most welcome 🙂