Font Sizes (relatively) differs between desktop and mobile (tablet) devices #18781
-
Beta Was this translation helpful? Give feedback.
Answered by
thecrypticace
Aug 22, 2025
Replies: 1 comment 2 replies
-
This sounds like either the system font is different on the mobile device or the user agent font size is not 16px. On idea would be to set the html font size explicitly in pixels (to 16px) instead of |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
TomFreudenberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This sounds like either the system font is different on the mobile device or the user agent font size is not 16px.
On idea would be to set the html font size explicitly in pixels (to 16px) instead of
100%
which is the default in browsers.