• Resolved gitaha

    (@gitaha)


    Hi,
    I’m creating a new site in English and Farsi. Is there a way to specify a font face and other attributes for the Farsi translation?
    My first time working with TranslatePress. Presently using Responsive theme.

Viewing 1 replies (of 1 total)
  • Plugin Author Cristian Antohe

    (@sareiodata)

    Hi,

    Yes, that’s possible using custom CSS. You can add it in WordPress -> Appearence -> Customize -> Custom CSS

    
    body.translatepress-en_EN *{
        font-family: 'Open Sans',serif;
    }
    

    Replace en_EN with your locale and the font face you want to use for Farsi.

    This assumes you’ve already included the different font-face in your theme or using a plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘how to assign font to translated text’ is closed to new replies.