Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1367788
How to add new font for Soledad theme?
Closed

Comments

  • Yallanpe started the conversation

    Hi, I purchased the Soledad theme, I used it in RTL direction for Kurdish language. The kurdish language has own special fonts for writing from right to left, Because this i want the method or way to add new font for the theme.

    Only want to add one theme because i want all my website based on that font

    It's better advice me add this font from admin panel not from css files or changing css property codes like as changing font-family

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please do following steps:

    1/ Install & activate plugin Use Any Font

    2/ Go to admin page > Use Any Font > get a free API key ( free API key will allow you to upload a font. ) and upload your font. When you upload font, please set for that font a font name to call in CSS. Example: MyCustomFont

    3/ Add more this code to Customize > Custom CSS to change your site to that font:

    body{ font-family: 'MyCustomFont' !important; }

    Note Important:

    Change 'MyCustomFont' on the above code to the font name you did set on step 2.

    Best Regards,

    PenciDesign

  • Yallanpe replied

    Thank you, very much for help my problem solved