change css font size to 1em+0.05vw

This commit is contained in:
infidel 2022-04-12 16:31:22 +07:00
parent c480869329
commit ca7acb0e9e

View File

@ -18,7 +18,7 @@
box-sizing: border-box; box-sizing: border-box;
} }
html { html {
font-size: 1.2vw; font-size: calc(1em + 0.05vw);
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;