html font size 1rem + 0.25vw
This commit is contained in:
parent
f78da4e8e0
commit
ed7b80579f
@ -18,7 +18,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
font-size: calc(1em + 0.05vw);
|
font-size: calc(1em + 0.25vw);
|
||||||
font-family: Roboto, Arial, Helvetica Neue, sans-serif;
|
font-family: Roboto, Arial, Helvetica Neue, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #111;
|
color: #111;
|
||||||
|
Loading…
Reference in New Issue
Block a user