reset font-size to normal text size using rem

This commit is contained in:
taehoon 2019-07-05 12:08:16 -04:00
parent 0f65280e20
commit 1504b272d2
2 changed files with 5 additions and 2 deletions

View file

@ -39,10 +39,13 @@ h4 {
text-align: center;
}
html {
font-size: 14px;
}
body {
font-family: sans-serif;
font-family: var(--interfaceFont, sans-serif);
font-size: 14px;
margin: 0;
color: $fallback--text;
color: var(--text, $fallback--text);