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
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
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