From e479a5a6970c64f0a5113a2d4f302de45efa7e7a Mon Sep 17 00:00:00 2001 From: Kim Nguyen Date: Thu, 23 Sep 2021 10:37:07 -0400 Subject: [PATCH] Update Font Awesome styles. --- css/sass/_screen.scss | 9 ++++++--- css/style.css | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/css/sass/_screen.scss b/css/sass/_screen.scss index a313e1a..9dc243f 100644 --- a/css/sass/_screen.scss +++ b/css/sass/_screen.scss @@ -346,7 +346,8 @@ header a { &:after { content: "\f002"; - font-family: "FontAwesome"; + font-family: "Font Awesome 5 Free"; + font-weight: 900; } } @@ -356,7 +357,8 @@ header a { &:after { content: "\f00d"; - font-family: "FontAwesome"; + font-family: "Font Awesome 5 Free"; + font-weight: 900; } } @@ -374,7 +376,8 @@ header a { &:after { content: "\f002"; - font-family: "FontAwesome"; + font-family: "Font Awesome 5 Free"; + font-weight: 900; position: absolute; top: (.25 * $base-line-height); right: 0; diff --git a/css/style.css b/css/style.css index 5286046..3ff3c98 100644 --- a/css/style.css +++ b/css/style.css @@ -595,13 +595,15 @@ textarea { border-top: 0; } #search-form.closed + .search-toggle:after { content: "\f002"; - font-family: "FontAwesome"; } + font-family: "Font Awesome 5 Free"; + font-weight: 900; } #search-form.open + .search-toggle { top: 0; right: 0; } #search-form.open + .search-toggle:after { content: "\f00d"; - font-family: "FontAwesome"; } + font-family: "Font Awesome 5 Free"; + font-weight: 900; } #search-form.closed [type="text"], #search-form.closed [type="submit"], #search-form.closed #advanced-form { @@ -613,7 +615,8 @@ textarea { position: relative; } #search-form button:after { content: "\f002"; - font-family: "FontAwesome"; + font-family: "Font Awesome 5 Free"; + font-weight: 900; position: absolute; top: 6px; right: 0;