[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

1
css/_theme.scss Normal file
View File

@@ -0,0 +1 @@
$fontFamily: 'Lucida Console', 'Lucida Sans Unicode', 'Fira Mono', 'Consolas', 'Courier New', Courier, monospace, 'Times New Roman';