Answers for "font size css for mobile"

CSS
1

how to make fonts respnsive

h1 {
  font-size: clamp(16px, 5vw, 34px);
}
Posted by: Guest on October-05-2020
1

minimum font size mobile

16px
Text input sizes should be at least 16px
If you're designing a website or app that can be viewed on mobile devices, there is only strict rule: Use a text input font size of at least 16px.
Posted by: Guest on May-16-2021
0

css mobile font size too small

<meta name="viewport" content="width=device-width, initial-scale=1">
Posted by: Guest on April-18-2021

Browse Popular Code Answers by Language