mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-26 00:08:53 +00:00
Update to use muli as font
This commit is contained in:
@@ -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,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,
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user