Fixed another bug with broken FontAwesome icon
This commit is contained in:
parent
9acfab6803
commit
edc88502c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user