Update to use muli as font

This commit is contained in:
Ryan Watters
2017-03-16 09:47:32 -05:00
parent 51e42a3ac7
commit 09d0120df6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ $systemfonts: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,C
// Font Families
// $base-font-family: 'museo-sans','muli',$helvetica;
$base-font-family: 'lato','muli',$helvetica;
$base-font-family: 'muli',$helvetica;
$heading-font-family: $base-font-family;
$code-font-family:'robotomono',courier,monospace;
+1 -1
View File
@@ -1,4 +1,4 @@
@include fonts('lato', $weights: 400 600 700, $italic: true);
@include fonts('muli', $weights: 400 600 700, $italic: true);
@include fonts('robotomono', $weights: 400 500 , $italic: true);
h1,
h2,
+1 -1
View File
File diff suppressed because one or more lines are too long