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

Drop unicode support #40

Closed
Angelmmiguel opened this issue Mar 14, 2022 · 0 comments · Fixed by #41
Closed

Drop unicode support #40

Angelmmiguel opened this issue Mar 14, 2022 · 0 comments · Fixed by #41
Assignees
Milestone

Comments

@Angelmmiguel
Copy link
Owner

Until now, all versions of this gem were released with two possible configurations:

  • Ligatures
  • Unicode

The main reason was that at the time I created it, ligatures was not completely adopted yet. However, now the support has improved a lot and browsers are already enabling it by default (See Ligatures support in "can I use?"].

Adding unicode support requires to create a separate CSS file based on the list of codepoints from the Material Icons project. This CSS file is much heavier and it should be used by default.

With a 96% of support based in the can I use? data, it's time to drop this feature for future versions of material icons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant