Fixed another bug with broken FontAwesome icon

This commit is contained in:
Dennis Potter 2018-07-02 00:04:03 +02:00
parent 9acfab6803
commit edc88502c3
1 changed files with 3 additions and 3 deletions

View File

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