• Resolved chrisconstantinou

    (@chrisconstantinou)


    Hello,

    How to keep my primary font (Montserrat) on translate language?

    The main language is English and the second is Greek.

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

    (@alexcozmoslabs)

    Hi,

    The translated language should keep the font of the default one. So, if you use Montserrat for English, this will be kept for Greek also.

    However, if that doesn’t happen, you can force the font in additional language through CSS that can be added in appearance –> Customize –> Additional CSS:


    body.translatepress-el { font-family: Montserrat !important; } // Use your desired font and language code

    lenasterg

    (@lenasterg)

    Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    I understand.

    However, the same approach can be used to display a different font for additional language if needed:

    @import url('https://fonts.googleapis.com/css?family=Padauk&display=swap');
    body.translatepress-ro_RO{ font-family:Padauk; } // Use your desired font and language cod

    Andrei

    (@andrei202)

    Greetings,

    Since 5 days have already passed without a reply we will be marking this topic as “Resolved”. Do not hesitate to open another ticket if we did not solve your problem.

    Have a great day!

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Keep the primary font’ is closed to new replies.