From edc88502c3df5c75edcfef398491fe4bd02115bf Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 2 Jul 2018 00:04:03 +0200 Subject: [PATCH] Fixed another bug with broken FontAwesome icon --- css/layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/layout.css b/css/layout.css index 559b6a5..f5e09f7 100644 --- a/css/layout.css +++ b/css/layout.css @@ -686,7 +686,7 @@ ul#nav li.current a { color: #11ABB0; } } #call-to-action h1 span { display: none; } #call-to-action .header-col h1:before { - font-family: 'Font Awesome 5 Free''; + font-family: 'Font Awesome 5 Free'; content: "\f2b9"; padding-right: 10px; font-size: 72px; @@ -899,8 +899,8 @@ call-to-action .button { } #contact h1 span { display: none; } #contact h1:before { - font-family: 'FontAwesome'; - content: "\f2bb"; + font-family: 'Font Awesome 5 Free'; + content: "\f2b9"; padding-right: 10px; font-size: 90px; line-height: 90px;