html font size 1rem + 0.25vw

This commit is contained in:
infidel 2022-04-12 18:12:39 +07:00
parent f78da4e8e0
commit ed7b80579f

View File

@ -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;