Font-awesome: Font awesome filled and empty heart has the same unicode, unable to use

Created on 3 Jan 2019  路  1Comment  路  Source: FortAwesome/Font-Awesome

Describe the problem

https://fontawesome.com/icons/heart?style=solid
&
https://fontawesome.com/icons/heart?style=regular
has the same unicode -> f004

What did you expect?

I was expecting different unicode as I wanted to implement it on my system for a liked(heart filled) and unliked(heart empty) review. I don't want to use the HTML code

What version and implementation are you using?

Version: 5.6.3
Browser and version: Chrome

  • [ ] SVG with JS
  • [x] Web Fonts with CSS
  • [ ] SVG Sprites
  • [ ] On the Desktop

Reproducible test case

Bug report checklist

  • [x] I have filled out as much of the above information as I can
  • [ ] I have included a test case because my odds go _way_ up that the team can fix this when I do
  • [ ] I have searched for existing issues and to the best of my knowledge this is not a duplicate
question

Most helpful comment

Hi!

Thanks for being part of the Font Awesome Community.

This is how Font Awesome 5 is designed to work.

Please switch the font-weight from 400 to 900 instead of content if you need this feature

Demo: https://jsfiddle.net/tagliala/1a9boh0L/

Hope it helps

Closing here

>All comments

Hi!

Thanks for being part of the Font Awesome Community.

This is how Font Awesome 5 is designed to work.

Please switch the font-weight from 400 to 900 instead of content if you need this feature

Demo: https://jsfiddle.net/tagliala/1a9boh0L/

Hope it helps

Closing here

Was this page helpful?
0 / 5 - 0 ratings

Related issues

daneren2005 picture daneren2005  路  3Comments

tdolph picture tdolph  路  3Comments

sezeresen picture sezeresen  路  3Comments

ojvribeiro picture ojvribeiro  路  3Comments

petermolnar picture petermolnar  路  3Comments