-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Changing the UI font to a custom font makes emojis change #14398
Comments
I was given this link - https://blog.livthomas.net/adding-color-emojis-to-chrome-on-fedora/, and seems it's very relevant, but I haven't used it just because installing the following packages from AUR and restarting Riot helped without any additional action: |
You are overriding the entire stack with that setting, so for your desired result you'd have to append the fallback fonts again: Maybe this should be done transparently by riot? |
I'm also running into this on openSUSE Tumbleweed when trying to use the So from @pioneer 's link, do I understand that I would have to use a font that specifically has a color emoji subset? Or can I put more than one font in the field? Would it be possible to just make Riot always use its default font for emojis? |
Yes, put a comma-seperated list ordered by descending priority and it will use the first font which supports any given character. |
#14494 could be solved independently by removing ← through from Element's distribution of https://rsms.me/inter/#charset |
Workaround work for me on windows 10: |
For what it's worth: For me personally knowing that you can enter a list of fonts and not just one font into the field helped me a lot. If the tool tip could be a little bit more precise and maybe show the default setting that would probably help a lot. |
For you all who may wanna use noto emojis: |
Related #9790 |
Default UI font:
Roboto:
Steps to reproduce
Settings -> Appearance -> Show advanced -> Use a system font
Roboto
(theRoboto
font should be installed)Expected result:
Although design-wise I'm not 100% sure which solution is the best, I believe changing the UI font should not lead to such an unexpected thing. Instead, either the look of emojis should not be changed, or the user can select the emojis look independently using one of the predefined packs, for example.
The text was updated successfully, but these errors were encountered: