refactor(scss): add css variables for font families

This commit is contained in:
Jimmy Cai
2020-08-24 11:52:12 +02:00
parent da3589d068
commit 2ec4cd3f69
3 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ html {
body {
background: var(--body-background);
margin: 0;
font-family: $base-font-family;
font-family: var(--base-font-family);
font-size: 1.6rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;