Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The heart should be red and not black (reactions on post) #66

Open
bdougie opened this issue Nov 17, 2020 · 1 comment
Open

The heart should be red and not black (reactions on post) #66

bdougie opened this issue Nov 17, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@bdougie
Copy link
Owner

bdougie commented Nov 17, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.
Screen Shot 2020-11-17 at 2 28 09 PM

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@bdougie bdougie added the good first issue Good for newcomers label Nov 17, 2020
@Brawrdon
Copy link

Brawrdon commented Nov 17, 2020

I did some quick searching and found a related issue at Bugzilla and saw a comment about it being an issue with the font itself. After disabling the font-family in the body tag it seemed display normally.

Looks like the Inter font has a render for the red heart emoji which make its appear as a standard black heart. You can check it out on the preview: https://fonts.google.com/specimen/Inter?preview.text=%E2%9D%A4%EF%B8%8F&preview.text_type=custom&query=inter

I'm assuming other browsers detect this and use the fallback font (since it works on Firefox and Safari) but Google Chrome (I'm running macOS) just doesn't...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants