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/ 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.
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
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:
Note Important:
Change 'MyCustomFont' on the above code to the font name you did set on step 2.
Best Regards,
PenciDesign
Thank you, very much for help my problem solved