[M] Move font-family to theme variable

This commit is contained in:
Hykilpikonna
2019-10-13 20:59:10 -04:00
parent 25370ec412
commit 5ef7083ee6
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
#app #app
{ {
font-family: 'Avenir', Helvetica, Arial, sans-serif; font-family: var(--font);
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
text-align: center; text-align: center;
@@ -23,4 +23,6 @@
--assignment-type-2: #3f991e; --assignment-type-2: #3f991e;
--assignment-type-3: #ff9900; --assignment-type-3: #ff9900;
--assignment-type-4: #b02b02; --assignment-type-4: #b02b02;
--font: 'Avenir', Helvetica, Arial, sans-serif;
} }
+1 -1
View File
@@ -30,7 +30,7 @@
.gpa.text .gpa.text
{ {
font-size: 35px; font-size: 35px;
font-family: 'Avenir', Helvetica, Arial, sans-serif; font-family: var(--font);
} }
.gpa.max .gpa.max