Fixed bug with broken FontAwesome icon

This commit is contained in:
Dennis Potter 2018-07-02 00:00:17 +02:00
parent 9fe5743bd4
commit 9acfab6803
1 changed files with 2 additions and 2 deletions

4
css/layout.css Executable file → Normal file
View File

@ -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;