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

Some Material Symbols icons are missing from https://fonts.google.com/icons #1735

Closed
ddereszkiewicz opened this issue Jun 28, 2024 · 1 comment
Assignees
Labels

Comments

@ddereszkiewicz
Copy link

ddereszkiewicz commented Jun 28, 2024

Some Material Symbols icons e.g., note, expand_more are present in the font set, but are missing from https://fonts.google.com/icons.
Why is this the case? Are those icons safe to use, or are they deprecated and need to be changed?

@tphinney tphinney self-assigned this Jun 29, 2024
@tphinney
Copy link
Collaborator

tl;dr: safe.

Once Material Symbols supports an icon, absent something very unusual (such as a legal reason), the plan so far has been that we support it essentially forever.

We really try to avoid breaking stuff for users, although sometimes fixing a bug in the glyph for an icon will effectively do so. :(

Now, if a better name comes along, or maybe an existing icon gets tweaked to be identical to another one, sometimes the front end folks decide (either right away or later) to only display those icons under one name in the front end user interface, suppressing the “old” one.

But even then, in the font we either (1) just keep the duplicate icon, or (2) delete it, but route its codepoint and ligature to point at another icon, so it is as if it was a separate icon, even though under the hood (like, if you crack open the font and browse its glyphs) there is only one base glyph.

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

No branches or pull requests

2 participants