We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Google Fonts' Icons page links to their Developer Guide which has a section on web usage which states that the following URL is how users should access Material Symbols;
/* fallback */ @font-face { font-family: 'Material Symbols Outlined'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v110/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2'); } .material-symbols-outlined { font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -moz-font-feature-settings: 'liga'; -moz-osx-font-smoothing: grayscale; }
/* fallback */ @font-face { font-family: 'Material Symbols Outlined'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v110/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2'); }
.material-symbols-outlined { font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -moz-font-feature-settings: 'liga'; -moz-osx-font-smoothing: grayscale; }
According to fonts.coollabs.io:
Change fonts.googleapis.com to api.fonts.coollabs.io In your head tags. That's all!
fonts.googleapis.com
api.fonts.coollabs.io
However when doing so:
{"statusCode":500,"message":"undefined is not iterable (cannot read property Symbol(Symbol.iterator))"}
Expected to see the same results from fonts.coollabs as fonts.googleapis
500 error - tried to iterate undefined
This isn't resolved changing /css2 to /icons (it would be odd, but nice, if it was). Are Material Symbols supported/possible to support?
/css2
/icons
The text was updated successfully, but these errors were encountered:
Yeah, I will add these.
(link and link for future me)
Sorry, something went wrong.
No branches or pull requests
Overview
Google Fonts' Icons page links to their Developer Guide which has a section on web usage which states that the following URL is how users should access Material Symbols;
https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined
According to fonts.coollabs.io:
However when doing so:
https://api.fonts.coollabs.io/css2?family=Material+Symbols+Outlined
Expected Behavior
Expected to see the same results from fonts.coollabs as fonts.googleapis
Actual Behavior
500 error - tried to iterate undefined
This isn't resolved changing
/css2
to/icons
(it would be odd, but nice, if it was). Are Material Symbols supported/possible to support?The text was updated successfully, but these errors were encountered: