From 9acfab680388d21d1e38b7595c0e7ef593e9cca3 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 2 Jul 2018 00:00:17 +0200 Subject: [PATCH] Fixed bug with broken FontAwesome icon --- css/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 css/layout.css diff --git a/css/layout.css b/css/layout.css old mode 100755 new mode 100644 index 611d250..559b6a5 --- a/css/layout.css +++ b/css/layout.css @@ -686,8 +686,8 @@ ul#nav li.current a { color: #11ABB0; } } #call-to-action h1 span { display: none; } #call-to-action .header-col h1:before { - font-family: 'FontAwesome'; - content: "\f0ac"; + font-family: 'Font Awesome 5 Free''; + content: "\f2b9"; padding-right: 10px; font-size: 72px; line-height: 72px;