-
Notifications
You must be signed in to change notification settings - Fork 75
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
Create 1-9, #, * SVGs to make ligatures work #5
Comments
This is blocked by 13rac1/emojione-color-font#40 |
I have a repository where I worked on this problem, though without a description I wasn't sure what you needed. The glyphs at my repository are either the blank keycap, or the * # 1-9 with no background (but at the original size and position). Does this address the problem? https://github.com/DeeDeeG/twitter-keycap-ligature-glyphs/tree/master/svg |
The problem is described in detail in 13rac1/emojione-color-font#40 The same issue would probably occur on Windows. There are two conflicting issues:
The only way, AFAIK, to make these work (by default, as people will expect) is to put the ligatures in the default system sans and sans-serif fonts, not in the symbol/emoji fonts. This would require merging the ligatures into whatever the user's default fonts are on all three OS and that sounds like a headache. |
Mozilla will be dumping EmojiOne as their font handling emoji in favor of this Twemoji font. Their current EmojiOne font also does not render 0-9*# ligatures, because as mentioned, they likely exist in default system fonts, and are being rendered prior to the browser font. Also, when used as a web font with the CSS "EmojiOne Mozilla" font in Firefox with the same rendering bug: |
|
here is my config file
|
No description provided.
The text was updated successfully, but these errors were encountered: