Okay
  Public Ticket #2510791
change text styles in a text box
Closed

Comments

  • asurelife started the conversation

    I want to enter a title or text in to a text box using two 2 different google fonts - i.e. one with the main sentence and another that is  to highlight a word or phrase. (like the attached image 1)

    I have entered the following in to the text box: -

    <h4 style="font-size: 20px; color: #000000; font-weight: normal; font-style: regular; text-align: center;">Our vendors are <span style="font: Northwell; font-size: 50px; color: #d1a302; text-transform: font-style: italic;">tried and tested</span></h4>

    I have also added the following to the templates custom css: -

    {
      font-family: Northwell, sans-serif;
    }

    I am only getting (attached image 2) - where am i going wrong?

  •  8,851
    Tahir replied

    Hey Again,

    Make sure you have the Northwell font selected for one of the Typography Fields in the Salient Theme Options Panel -> Typography Section.

    Thanks 


    ThemeNectar Support Team 

  • asurelife replied

    Tahir - the Northwell font is not available as a google font so i have changed both the text and custom css to google-font 'Pacifico', which is also my H1 header font. It is still giving me the same result!

  • asurelife replied

    Ive sorted the issue. I have used a plugin to upload the fonts required and now it is working. Thanks