From 61adf518647e61b5cbc147e1de1be0667ee9390f Mon Sep 17 00:00:00 2001 From: Brian Fallik Date: Fri, 22 Jan 2021 10:18:39 -0500 Subject: [PATCH] match the footer font style to the header (#498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With this change both the header and the footer use sans-serif which looks more consistent in a page with a serif body. Co-authored-by: Luiz F. A. de PrĂ¡ --- assets/scss/_footer.scss | 1 + .../scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/scss/_footer.scss b/assets/scss/_footer.scss index 286c393..623efa0 100644 --- a/assets/scss/_footer.scss +++ b/assets/scss/_footer.scss @@ -1,6 +1,7 @@ .footer { width: 100%; text-align: center; + font-family: $heading-font-family; line-height: 2.0rem; margin-bottom:1.0rem; a { diff --git a/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json b/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json index 4b36231..b34471e 100644 --- a/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json +++ b/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json @@ -1 +1 @@ -{"Target":"css/coder.min.b79ffb503467976bb5db1a55f11d2db1d230f6a68dc7aa55cf08be4f048cb1b8.css","MediaType":"text/css","Data":{"Integrity":"sha256-t5/7UDRnl2u12xpV8R0tsdIw9qaNx6pVzwi+TwSMsbg="}} \ No newline at end of file +{"Target":"css/coder.min.b79ffb503467976bb5db1a55f11d2db1d230f6a68dc7aa55cf08be4f048cb1b8.css","MediaType":"text/css","Data":{"Integrity":"sha256-t5/7UDRnl2u12xpV8R0tsdIw9qaNx6pVzwi+TwSMsbg="}}