Okay
  Public Ticket #246284
Fonts
Closed

Comments

  • owen started the conversation

    Hi guys

    I was trying to change the font on my blog to something more classic, Times New Roman but when I'm in the font settings area I don't have that option, is there a way to get this or other standard type fonts?

  •  988
    ThemeNectar replied

    Hey Owen! Add this into the custom css box located in your Salient Options panel:

    body, body p {
        font-family: times new roman;
    }
    
    Cheers :)