From 10366a9d6f40ecb80cf0e785f9dbc007f198aef4 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 9 Feb 2020 16:24:11 +0000 Subject: [PATCH] update fonts used to lato and open sans --- assets/scss/_variables.scss | 8 ++++---- layouts/_default/baseof.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 }} - +