html{
font-size:62.5%;
}
body{
font-family:arial;
font-size:1.1rem;
}
<p>LOREM IPSUM</p>
<p>LOREM IPSUM</p>
<input type = 'text' value = 'LOREM IPSUM'>
Why doesn’t font-size:1.1rem
work inside input-fields?
How to get a global font-size for the entire page?