Final fixes to the switch from Font Awesome to Fork Awesome

This commit is contained in:
Sean King 2020-06-26 22:47:48 -06:00
parent 0c66cf43e1
commit 9166b95dfb
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -159,8 +159,8 @@
font-style: normal;
}
.fa-site-icon::before {
font-family: 'FontAwesome';
.fa-users::before {
font-family: 'ForkAwesome';
content: '\f0c0';
}

View file

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