-
Notifications
You must be signed in to change notification settings - Fork 10
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
Safari on maxOS does not render all header bar emojis #38
Comments
Perhaps emoji/unicode icons need a specific font stack to ensure consistent rendering. |
On windows, the emoji are from Segoe UI Symbol, Segoe UI Emoji is for multi colored pictures instead of the symbols in the fonts color. I don't have an apple device to test on, so I can't check what font stack would have that effect on mac. |
At a glance it seems like it's just inheriting the Setting When trying to use the characters elsewhere in the system they don't seem to render nicely either. Perhaps it may be worth considering alternative characters, if you don't fancy embedding icons? Could consider setting the font family as per #38 (comment) and replacing:
I'm not sure if there's a nice way of rendering these replacements in a monochromatic fashion on Windows/Linux, however. |
Just to be clear, I'm on windows, and the header icons look like this on windows: The monochrome icons are from Segoe UI Symbol, which is why that has to be before Segoe UI Emoji. I'm hoping to find an Segoe UI Symbol equivalent on mac, but because I don't own one, I can't test mac font stacks myself myself.
On windows, those look like this: Without Segoe UI Symbol: With Segoe UI Symbol: So those are usable, but that doesn't change the fact that a lot of icons are colored emoji on mac. It might also be broken on Linux. If we can't find a good font for mac, I'm considering using the icons from ccd0#2395. I would prefer if apple has a good icon font I can put in the stack, but picking and choosing icons is better than including all of of font awesome at least. |
Since no apple user provided a good icon font, I'm switching back to font awesome. But this time only importing the icons that are actually used. This will be in the next release, soonish. Code is already in the repo. |
Moved back to Font Awesome in 2.7.0. |
At a quick glance this includes:
Additionally, the emojis seem have to varying sizes.
Appreciate that Font Awesome is bloat, but it may not be an unreasonable use case to inline some simple, sensibly licensed SVG icons or similar, or finding some other, better way of normalising sizes.
The text was updated successfully, but these errors were encountered: