change css font size to 1.2vw

This commit is contained in:
infidel 2022-04-12 16:24:14 +07:00
parent 3183310e1f
commit c480869329

View File

@ -18,7 +18,7 @@
box-sizing: border-box;
}
html {
font-size: calc(1em + 0.03vw);
font-size: 1.2vw;
font-family: Roboto, Arial, Helvetica Neue, sans-serif;
line-height: 1.5;
color: #111;