Site logo

Archived topic

Heavier Font Weight not Showing on Mobile

10 replies · Started by William on March 8, 2022

Viewing posts 1–11 of 11

Hi there!

I am probably overlooking something, but wanted to see if there is a way to keep the heavier font weight when viewing on Mobile. For example on the following article: https://thebullfighter.com/how-to-build-quality-wordpress-themes/

The Desktop version is 900 weight. When viewing on the font shows up much thinner.

In this link: https://imgur.com/a/0vQyz42 the top is on Desktop, and the bottom is mobile.

Ideally, I'd like to keep the font weight just as heavy on mobile if that is possible?

Thank you in advance for any help. I love generatepress, you all are ALWAYS so AWESOME.

Hi Leo -

That is Montserrat code at 900. I have since changed to Helvetica to have a websafe font. I'm not sure why the site hasn't updated yet, but the Helvetica is showing a much lighter looking version on mobile. Using Safari.

Thanks,
Jed

Can you clear any caching plugin or server level caching you might be using?

Thank you, Leo. Can you please check it out now? Should be showing as described originally.

https://imgur.com/a/0vQyz42 Thicker is desktop, thinner is mobile (ios)

Hi William,

Helvetica is no longer standard fare on a PC system while it is for most iOS devices. So, if you use Helvetica then show it on a PC, the font will be replaced with a similar font, likely Arial.

I think that's why they look different.

I would suggest using Arial font to be safe :)

Thanks Ying. I just updated to Arial and still seeing the heavier version on desktop and thinner version on mobile. Any way to change this?

Can you try adding this CSS?

html {
    -webkit-font-smoothing: unset;
    -moz-osx-font-smoothing: unset;
}

Hi Leo -

I just added that. Seems to be no change. Sorry to be a pain here!

Thank you.

I did some research, so common fonts like Arial/ Helvetica usually only have fontweight 400(normal)and 700(bold), 900 doesn't exsist.

The heavier font you see on desktop is not Arial or Helvetica, it's likely Arial Black (not sure).

So if you want to have 900 fontweight on both mobile and desktop, try use fonts that do have 900 fontweight, for example: Montserrat :)

The browser should fall back to 700 if 900 isn't available, I think. I just took a look but the site is using Poppins now.

I think the best bet is to choose a font and locally host it so you have full control over what weights are available across all browsers and devices. System fonts can be a little tricky in that regard.

This archived topic is closed to new replies.