diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss index e0d6ea1..82e95e2 100644 --- a/assets/scss/_variables.scss +++ b/assets/scss/_variables.scss @@ -1,12 +1,12 @@ // Fonts -$text-font-family: Roboto, sans-serif; -$heading-font-family: "Hind Guntur", sans-serif; +$text-font-family: Lato, sans-serif; +$heading-font-family: "Open Sans", sans-serif; $code-font-family: "Source Code Pro", "Lucida Console", monospace; $text-font-weight: 400; $text-font-weight--bold: 600; -$heading-font-weight: 400; -$heading-font-weight--bold: 600; +$heading-font-weight: 600; +$heading-font-weight--bold: 700; $code-font-weight: 400; // Colors diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bbf4bd6..38b5f96 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -21,7 +21,7 @@ {{ end }} - +