mediastuttgart / meteocons

Meteocons is a set of weather icons, it containing 40+ icons available in PSD, CSH, EPS, SVG, Desktop font and Web font. All icon and updates are free and always will be.
http://www.alessioatzeni.com/meteocons/
Other
7 stars 1 forks source link

Bower Support #1

Closed nathan-isaac closed 10 years ago

nathan-isaac commented 10 years ago

Do you have any plans to add bower support to this icon font library?

mediastuttgart commented 10 years ago

sure, but you can use the font with bower already (like we do)

{
  "name": "example project",
  "dependencies": {
    "meteocons": "git://github.com/mediastuttgart/meteocons.git"
  }
}
nathan-isaac commented 10 years ago

Oh cool, I wasn't aware that you could do that with bower. Thanks for the tip.