• Resolved saifnagy

    (@saifnagy)


    I wanted to change font for Arabic version

    so I used your method, and put the following code in css:
    body.translatepress-ar { font-family:”Cairo” important; }

    but it only work for desktop version

    The page I need help with: [log in to see the link]

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

    (@ancavictoria)

    Hello,

    It should appear correctly on mobile as well. The exclamation mark is missing:

    body.translatepress-ar { font-family:”Cairo” !important; }

    Let me know how this goes.

    Kind Regards,

    Anca

    Thread Starter saifnagy

    (@saifnagy)

    I figured out that the Arabic font (Cairo) was applied only on body
    but the headings are still using the English font (Arkip) even after being translated

    I added

    body.translatepress-ar { font-family:”Cairo” !important; }

    but I have the same issue

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