mdbootstrap / mdb-ui-kit

Bootstrap 5 & Material Design UI KIT
https://mdbootstrap.com/docs/standard/
Other
24.17k stars 3.52k forks source link

battery icons don't seem right #141

Closed tomByrer closed 9 years ago

tomByrer commented 9 years ago

They look all full; intentional?

Thanks for all your excellent work!

FezVrasta commented 9 years ago

Yup it's a problem I'm aware of... Limitation of the font generator I think

tomByrer commented 9 years ago

I had a feeling you knew, but now I know you know I know ;) What font generator did you use please?

FezVrasta commented 9 years ago

Moonicon is its name I think

FezVrasta commented 9 years ago

Can't find a way to use opacity levels on font icons... if someone has a solution please share it.

ghost commented 9 years ago

I don't have a solution for opacity, but I have a short-term solution for you @tomByrer .

Located in Google's official material-design-icons repo, there's a set of CSS Sprites and SVG Sprites. The battery images are located within {type}-sprite-device.{png,svg} respectively along with their corresponding stylesheets.

@FezVrasta - Would you be open to a PR incorporating either the official Google CSS or SVG sprites for the material design icons rather than the compiled font set currently provided by IcoMoon?

FezVrasta commented 9 years ago

@francismakes I think would be useful :)

GradyD commented 9 years ago

It looks like google fonts are now included in this project. It looks like this happened back on commit #128.

Can this be closed?

FezVrasta commented 9 years ago

@GradyD no, the current implementation is just a porting of the SVG official icons. The bug is still there.

I'm waiting the official Google iconic font to replace the current one.

FezVrasta commented 9 years ago

fixed wih #452