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

Not loading certain fonts (eg material icons) in built CSS #21

Closed
telamonian opened this issue May 26, 2020 · 2 comments
Closed

Not loading certain fonts (eg material icons) in built CSS #21

telamonian opened this issue May 26, 2020 · 2 comments

Comments

@telamonian
Copy link
Contributor

telamonian commented May 26, 2020

Currently, some of the fonts in our styling are broken. For example:

image

Those "add" and "remove" text blocks are actually supposed to be an icon ligature supplied by the material icons font.

The issue seems to be with the less build (so lessc, I guess?). Manually adding the font imports to the built dist/css/material.css fixes the issue. I'll look into a fix for this.

@telamonian
Copy link
Contributor Author

There's now a fix for this in c65967c, as part of #19. Turned out we just needed an extra import statement in the .less file itself.

@telamonian
Copy link
Contributor Author

fixed in #24

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

No branches or pull requests

1 participant