Okay
  Public Ticket #254772
Font
Closed

Comments

  • Yana started the conversation

    Hi, I am trying to change the font on some of the body text on my site by using this code
    <p style="font-size: 150%; font-family: 'Lobster', cursive;"><strong>On Your Marks...</strong></p>



    It will make the font bigger, and bold but it isn't changing the font style. How do I do this?
    Thank you

  •  8,471
    Tahir replied

    Hey Yana!

    Try adding !important  so the code looks like this :

     <p style="font-size: 150%; font-family: 'Lobster' !important;"><strong>On Your Marks...</strong></p>

    Cheers


    ThemeNectar Support Team