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>
|
||||||
|
|
||||||
<Link to='/timeline/local' className={classNames('btn grouped', { 'active': 'local' === activeItem })}>
|
<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}
|
{siteTitle}
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ export default class Icon extends React.PureComponent {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const { id, className, fixedWidth, ...other } = this.props;
|
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
|
// tag. There is a common adblocker rule which hides elements with
|
||||||
// alt='retweet' unless the domain is twitter.com. This should
|
// alt='retweet' unless the domain is twitter.com. This should
|
||||||
// change what screenreaders call it as well.
|
// change what screenreaders call it as well.
|
||||||
|
|
|
@ -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