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

emoji size when using native fonts option #72

Open
agnauck opened this issue May 9, 2020 · 1 comment
Open

emoji size when using native fonts option #72

agnauck opened this issue May 9, 2020 · 1 comment
Labels
question Further information is requested

Comments

@agnauck
Copy link

agnauck commented May 9, 2020

When using the native font option on Windows the unicode characters are not monospaced and vary in width. Emojis are not displayed nicely in columns then.

I am suggesting to add with and height to the css like the following:

span.emoji-mart-emoji {
  width: 36px;
  height: 36px;
}

See also:
image

@agnauck
Copy link
Author

agnauck commented May 11, 2020

The problem is solved after I switched to NotoColorEmoji font.
Compared to the Microsoffts Segoe UI Emoji font NotoColorEmoji has fixed width.

Maybe its worth mentioning differences with OS fonts somewhere in the docs.

see also #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants