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;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-site-icon::before {
|
.fa-users::before {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'ForkAwesome';
|
||||||
content: '\f0c0';
|
content: '\f0c0';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -739,7 +739,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '\f00c';
|
content: '\f00c';
|
||||||
font: normal normal normal 14px/1 FontAwesome;
|
font: normal normal normal 14px/1 ForkAwesome;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|
Loading…
Reference in a new issue