Update to muli font across the board

This commit is contained in:
Ryan Watters
2017-03-25 00:16:14 -05:00
parent 32fc75342c
commit 767ea0a081
3 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -45,9 +45,9 @@ $systemfonts: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,C
// Font Families
$serif: Palatino,"Palatino Linotype","Palatino LT STD", "Book Antiqua", George, serif;
// $base-font-family: 'muli',$helvetica;
$base-font-family: $serif;
$heading-font-family: 'muli',$helvetica;
$sans-serif: 'muli',$helvetica;
$base-font-family: $sans-serif;
$heading-font-family: $sans-serif;
$code-font-family:"inconsolata",Menlo,Monaco,"Courier New",monospace;
// Font Weights
+1 -1
View File
File diff suppressed because one or more lines are too long