• Resolved Caridor

    (@shaar7)


    Hi,

    Kindly there is a way to change the font for the translated page ?

    please, help me to achieve this.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    If you want to have a different font for different languages I recommend you to use the .translatepress cording to your additional language.

    Let’s take an example. Let’s say your additional language is Spanish, then the .translatepress-es_ES class can be called for the Spanish language. You can do it by adding some code in Appearance –> Customize –> Additional CSS.
    Basically, you need to specify the language class, and also the element class that you want to be changed (if you want to change that font only for a particular element).
    Here is an example of how the code should look like:

    `body.translatepress-es_ES .particular_element {
    font-family:”Padauk” !important;
    }

    Dragos

    (@dragosvrejiu)

    Hello,

    As more than a week has passed since the last response, we will close this ticket. If the issue in cause still occurs or further help is needed, please open another ticket and we will answer as soon as we can.

    Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change font’ is closed to new replies.