PolymerElements / iron-iconset

Represents a source of icons expressed as a raster sprite sheet
13 stars 8 forks source link

Support style mixin #11

Closed zoechi closed 9 years ago

zoechi commented 9 years ago

I want to use the Fontawesome SVG fonts icons using a iron-iconset-svg and need to set a few CSS settings like

notwaldorf commented 9 years ago

I'm not sure I understand which element you want to do this on -- iron-icon, iron-iconset, or iron-iconset-svg? Usually icons are images, so I'm not sure how font-family etc would work with that, but maybe I don't have any good sample code. Do you have a sample of how you'd be using this (or maybe, even better, a sample of your icons?)

zoechi commented 9 years ago

Sorry for this lame bug report. I guess it should be moved to iron-icon.

I want to get rid of the /deep/ in this CSS

https://github.com/bwu-dart/bwu_fontawesome_iconset_svg/blob/master/lib/bwu_fontawesome_iconset_svg.html#L15

I my case icons are SVG font glyphs.

zoechi commented 9 years ago

moved to PolymerElements/iron-icon#47