erikflowers / weather-icons

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

Cannot see Humidity and barometer #205

Closed xTheDoctah closed 4 years ago

xTheDoctah commented 6 years ago

I used npm to download the packaged and imported the css file on angular css, using @import '~weather-icons/css/weather-icons.min.css'; . The other icons work like a charm.

afternoon2 commented 5 years ago

I installed weather-icons2 from npm and then imported two css files, and it worked for me.

import 'weather-icons2/css/weather-icons.min.css';
import 'weather-icons2/css/weather-icons-wind.min.css';
PA55ION commented 5 years ago

@afternoon2 Thank you. your solution work for me :)