[refactor] pulling the general font-family to a SCSS variable

This commit is contained in:
Steven Evans
2018-07-16 11:54:35 -04:00
parent df881791d3
commit ec0a2f1903
3 changed files with 7 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
@import "mixins";
@import "theme";
:root{
--my-font-color: #6f3;
--my-background-color: #000;
@@ -9,7 +11,7 @@
margin: 0;
padding: 0;
font-size: 16px;
font-family: 'Lucida Console', 'Lucida Sans Unicode', 'Fira Mono', 'Consolas', 'Courier New', Courier, monospace, 'Times New Roman';
font-family: $fontFamily;
}
body {