Unicode Emojis Not Showing On Chrome
When I insert unicode emojis into a using standard jQuery they don't appear with Chrome (v48), but do with Firefox (v43) and Safari (v9). Compare these screenshots: CH
Solution 1:
The issue is that the span had font-weight:bold
. As soon as I put font-weight:normal
, the emojis appeared.
Solution 2:
It's actually because of the font weight. Set the font-weight to 200px
Post a Comment for "Unicode Emojis Not Showing On Chrome"