Closed duijf closed 3 years ago
Agree that this would be a good idea. We would have to settle for a specific font, however.
Favicon.io provides a convient download. If we're okay with a slightly blueish hue, we can settle for that one.
Sounds good to me!
Found a potential alternative: Google's Noto font is free to use and has a speech bubble emoji that looks really nice to me.
You can view it on this page if you search for "Speech Balloon"
Added a new favicon in https://github.com/duijf/onehot/commit/582e326a0226c57dab186c7ca66c9cf31e193232
Feel free to reopen if you don't like it!
Looks very nice, I much prefer it to the blueish one I linked above.
The current favicon is an SVG file with a :speech_balloon: emoji. I really like the speech balloon as a favicon, but we might want to serve it as a
.png
or.ico
file instead.Reasons:
xmlns
attribute of the<svg>
element is causing warnings in the console due to the CSP in production. (Ticket to improve this so we can also find out in local development: #7)