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

Material Design Icons do not show in chromium #13

Closed
CultofRobots opened this issue Jun 7, 2018 · 1 comment
Closed

Material Design Icons do not show in chromium #13

CultofRobots opened this issue Jun 7, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@CultofRobots
Copy link

Material Design Icons do not show in chromium

screenshot from 2018-06-07 11-19-27

Desktop:
Arch Linux
Chromium - 67.0.3396.79

Closing off line 95 and adding an additional "src:" on line 96 in mpd.css corrects the problem:

94 src: local('Material Icons'),
95 local('MaterialIcons-Regular');
96 src: url(/assets/MaterialIcons-Regular.woff2) format('woff2'),

jcorporation added a commit that referenced this issue Jun 7, 2018
@jcorporation
Copy link
Owner

Strange, in Chromium 66 it works, however I fixed it in master

@jcorporation jcorporation added the bug Something isn't working label Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants