-
Notifications
You must be signed in to change notification settings - Fork 495
Description
This has already been acknowledged in commit 85ef8d6. I would like to begin discussions on a fix.
For those using Material-Icons, certain codepoints do not render correctly (i.e net_wired > cable > efe6) and a vast number of recent codepoints are missing (i.e bento > f1f4) . This is partially due to the Material-Icons patch being 8 years old.
I would like to discuss an upgrade path; if it would help, and what it would look like.
-
Why is a patched ttf required?
The discussion in Add new icon set: Material Design Icons #57 introduces reasoning, but does not include "how to patch" nor "why use a patch". -
What does it take to patch it?
The "how to patch". Is the ttf edited directly? What variables are changed, and how? What tools were used? -
Can this be maintained in this repo (i.e license conflicts)?
It would be immensely useful for this to be maintained upstream (here). However, Material-Icons is licensed under Apache-2.0, while this repo is GPL-3.0 . Is this irreconcilable?
It should be noted that an upgrade may not fix the net_wired rendering issue, but is a really strong point to start from.