erikflowers / weather-icons

215 Weather Themed Icons and CSS
https://github.com/erikflowers/weather-icons
6.89k stars 849 forks source link

font folder #179

Open oluc opened 7 years ago

oluc commented 7 years ago

I was trying to add weather-icons to a project that already uses other fonts

  1. dropped the weather-icons.min.css into the existing ./css folder
  2. dropped the weather-icons font files into the existing ./fonts folder

this does not work, as it appears that weather-icons.min.css looks for fonts in ../font (and not ../fonts)

I'm not sure if there are standard folder names, but it might be good to agree on a common folder name with other similar projects, like font-awesome for example (which uses ../fonts). Then adding a new icon font to existing project would be just as: "drop fonts in ./fonts, and css in ./css"