Final fixes to the switch from Font Awesome to Fork Awesome
This commit is contained in:
parent
0c66cf43e1
commit
9166b95dfb
4 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
@ -159,8 +159,8 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
.fa-site-icon::before {
|
||||
font-family: 'FontAwesome';
|
||||
.fa-users::before {
|
||||
font-family: 'ForkAwesome';
|
||||
content: '\f0c0';
|
||||
}
|
||||
|
||||
|
|
|
@ -739,7 +739,7 @@
|
|||
display: block;
|
||||
position: absolute;
|
||||
content: '\f00c';
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
font: normal normal normal 14px/1 ForkAwesome;
|
||||
font-size: inherit;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
Loading…
Reference in a new issue