Different fonts on mobile an desktop

Hi,
Different fonts appear on desktop and mobile
Desktop:

mobile:

any ideas?

Hi @nikolaus.kemetner,

Thanks for reaching out.

This is the font assigned to your text,

font-family: Futura,"Trebuchet MS",Arial,sans-serif;

Both Futura and Trebuchet MS are system font. Which means, it could be only available to the device where the browser is running. May I know what IOS version you’re testing it with? But I couldn’t find any difference in your screenshots (and in my tests) other than the thickness of the letters. Are you referring to the thickness instead of font?

Thanks!

Hi! Yes I refer to the thickness! How can I change this?

Thx

Hello There,

The thickness is different because it is compensating the font size. You noticed that in smaller screen, the font size is a little smaller as well compared to the desktop versions? In smaller screen, it is using your device font setting which could be smaller. Please try to change your device font settings and you’ll see a difference in size.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.