Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #910727
    zendog22
    Participant

    Hi, I have a text boxes that I’d like to have two different fonts in. Wondering if this is possible.
    I’d like the word Training to be in Poppins font.
    And the other words below that to stay in Libre Baskerville.
    If not please can you helpe m change all to Poppins?
    Adding this code doesn’t seem to do it: font-family:’Poppins’, sans-serif;}

    The text I currently have in there is this:
    <span style=”color: #000000;”>Training</span>
    <span style=”color: #000000;”> <span style=”font-size: 16px;”>Helping teams to
    work better together</span>
    </span>

    I’d like to keep sizes and colours etc.

    #911004
    Rupok
    Member

    Hi there,

    Thanks for writing in! Using font-family:'Poppins', sans-serif; should work :

    <span style="color: #000000; font-family:'Poppins', sans-serif;">Training</span>

    Before that, make sure you have loaded the font ‘Poppins’ from Customize > Typography or manually.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-910727 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>