• Resolved barbaree

    (@barbaree)


    Hi there,

    I don’t know if you could help me or advise me what to do.

    I have installed locally the fonts on my site and I’m getting a different font of translated version shown on mobile device and tablet, while it shows correctly on desktop as it is originally. I have tried some debugging and nothing helps, I have no idea what should I do. Do you have perhaps any suggestions?

    Thank you very much,

    Kind regards,

    Barbara

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for reaching us!

    You can change the fonts used for the translated version of the website do this using a bit of code.
    Go to Appearance –> Customize –> Additional CSS and add this code :
    @import url(‘https://fonts.googleapis.com/css?family=Padauk&display=swap’);
    body.translatepress-ro_RO{ font-family:Padauk; } // Use your desired font and language code

    P.S – This snippet imports the URL from Google, but, you can import it from your website by changing the URL and adapting the snippet.

    Hope this helps.

    Cheers,

Viewing 1 replies (of 1 total)
  • The topic ‘Translated version on mobile devices refuses to load font locally installed’ is closed to new replies.