file-icons / atom

Atom file-specific icons for improved visual grepping.
MIT License
1.31k stars 250 forks source link

Changing Mfizz Icons Broken #24

Closed localjo closed 10 years ago

localjo commented 10 years ago

I wanted to change JS and CSS icons to use different Mfizz Icons.

.js-icon { .mf; content: "\f148"; left: 1px; } Ends up with a Postgress icon instead of nodejs icon like it should be.

.css3-icon { .mf; content: "\f13d"; } Ends up with an Oracle icon instead of a CSS icon like it should be.

Seems to content codes don't match the Mfizz site.

localjo commented 10 years ago

Updating the font-mfizz.woff with the current version from the Mfizz repo seems to resolve the issue.