Show heart instead of thumbs up for tweet likes
This commit is contained in:
parent
edf5ead14f
commit
9e890df482
7 changed files with 10 additions and 10 deletions
14
public/css/fontello.css
vendored
14
public/css/fontello.css
vendored
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('/fonts/fontello.eot?23617755');
|
||||
src: url('/fonts/fontello.eot?23617755#iefix') format('embedded-opentype'),
|
||||
url('/fonts/fontello.woff2?23617755') format('woff2'),
|
||||
url('/fonts/fontello.woff?23617755') format('woff'),
|
||||
url('/fonts/fontello.ttf?23617755') format('truetype'),
|
||||
url('/fonts/fontello.svg?23617755#fontello') format('svg');
|
||||
src: url('/fonts/fontello.eot?6327398');
|
||||
src: url('/fonts/fontello.eot?6327398#iefix') format('embedded-opentype'),
|
||||
url('/fonts/fontello.woff2?6327398') format('woff2'),
|
||||
url('/fonts/fontello.woff?6327398') format('woff'),
|
||||
url('/fonts/fontello.ttf?6327398') format('truetype'),
|
||||
url('/fonts/fontello.svg?6327398#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -49,7 +49,7 @@
|
|||
.icon-retweet:before { content: '\e80d'; } /* '' */
|
||||
.icon-search:before { content: '\e80e'; } /* '' */
|
||||
.icon-pin:before { content: '\e80f'; } /* '' */
|
||||
.icon-heart:before { content: '\e811'; } /* '' */
|
||||
.icon-cog:before { content: '\e812'; } /* '' */
|
||||
.icon-rss-feed:before { content: '\e813'; } /* '' */
|
||||
.icon-bird:before { content: '\f099'; } /* '' */
|
||||
.icon-thumbs-up:before { content: '\f164'; } /* '' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue