Final fixes to the switch from Font Awesome to Fork Awesome
This commit is contained in:
parent
0c66cf43e1
commit
9166b95dfb
4 changed files with 5 additions and 5 deletions
|
@ -143,7 +143,7 @@ class ColumnHeader extends React.PureComponent {
|
|||
</Link>
|
||||
|
||||
<Link to='/timeline/local' className={classNames('btn grouped', { 'active': 'local' === activeItem })}>
|
||||
<Icon id='site-icon' fixedWidth className='column-header__icon' />
|
||||
<Icon id='users' fixedWidth className='column-header__icon' />
|
||||
{siteTitle}
|
||||
</Link>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ export default class Icon extends React.PureComponent {
|
|||
|
||||
render() {
|
||||
const { id, className, fixedWidth, ...other } = this.props;
|
||||
// Use the font awesome retweet icon, but change its alt
|
||||
// Use the Fork Awesome retweet icon, but change its alt
|
||||
// tag. There is a common adblocker rule which hides elements with
|
||||
// alt='retweet' unless the domain is twitter.com. This should
|
||||
// change what screenreaders call it as well.
|
||||
|
|
|
@ -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