lykmapipo / themify-icons

Pixel-perfect, hand-crafted icons that draw inspiration from Apple iOS 7
http://themify.me/themify-icons
96 stars 53 forks source link

Fails on import with webpack #2

Open vedmant opened 7 years ago

vedmant commented 7 years ago

It fails to import fronts from this package because of wrong paths for icon font files:

src:url(../scss/themify-icons/fonts/themify.eot?-fvbane);
src:url(../scss/themify-icons/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
    url(../scss/themify-icons/fonts/themify.woff?-fvbane) format('woff'),
    url(../scss/themify-icons/fonts/themify.ttf?-fvbane) format('truetype'),
    url(../scss/themify-icons/fonts/themify.svg?-fvbane#themify) format('svg');

It works well if I change paths to:

src:url(fonts/themify.eot?-fvbane);
src:url(fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
    url(fonts/themify.woff?-fvbane) format('woff'),
    url(fonts/themify.ttf?-fvbane) format('truetype'),
    url(fonts/themify.svg?-fvbane#themify) format('svg');
chrisbbreuer commented 7 years ago

Same issue here, thanks for the solution!

@lykmapipo anytime soon you can get this fixed? After each update I need to update/upgrade the paths, kind of annoying haha

EmilMoe commented 5 years ago

Same here

erayaydin commented 5 years ago

It should fixed.. Same happen for me with webpack