how to fix font-size scale by responsive media?
Clash Royale CLAN TAG#URR8PPP
how to fix font-size scale by responsive media?
How to fix font-size scale by responsive media?
I don't want text scale to small when responsive and I have a problem with chrome browser and Firefox work fine.
this this picture for chrome
This is my Firefox browser
Are you doing anything to set
font-size
? Can you post your code?– kiranvj
Aug 13 at 4:35
font-size
i think you need to try css media queries w3schools.com/css/…
– sooraj s pillai
Aug 13 at 4:37
i use this font-family: Arial; and font-size 14px it just not normal table but i don't why it not working with chrome, i added image so you can see.
– Sreiyoem Preang
Aug 13 at 4:37
Questions seeking code help must include the shortest code necessary to reproduce it in the question itself preferably in a Stack Snippet. See How to create a Minimal, Complete, and Verifiable example
– Paulie_D
Aug 13 at 14:24
1 Answer
1
I think this is meta tag issues
Please read Responsive Web Design - The Viewport
oh yes! now it work fine thank you.
– Sreiyoem Preang
Aug 13 at 8:39
Your welcome 👍
– Abhishek Patel
Aug 13 at 8:47
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Do you have an image on both browser for comparison? & also please see How to create a Minimal, Complete, and Verifiable example
– Toan Lu
Aug 13 at 4:23