[M] Move font-family to theme variable
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user