Icomoon icons not showing

2,002 views
Skip to first unread message

rashe...@gmail.com

unread,
Nov 3, 2015, 2:31:12 PM11/3/15
to IcoMoon
i have used the below code and it shows only boxes in place of icons

@font-face {
font-family: 'icomoon';
src:url('icon-fonts/icomoon.html');
src:url('icon-fonts/icomoond41d.html') format('embedded-opentype'),
url('icon-fonts/icomoon-2.html') format('truetype'),
url('icon-fonts/icomoon-3.html') format('woff'),
url('icon-fonts/icomoon.svg') format('svg');
font-weight: normal;
font-style: normal;
}

after looking some post, i change my code as mentioned,

@font-face {

font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.ttf') format('truetype'),
url('fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
Then it don't shows any icons or boxes even in local system also. Suggest me to fix it.

Keyamoon

unread,
Nov 3, 2015, 5:00:11 PM11/3/15
to IcoMoon
Do you see any error in your browser's console?

Keyamoon

unread,
Nov 4, 2015, 7:54:38 AM11/4/15
to IcoMoon
Are you seeing this issue in the generated demo.html as well?

iam...@gmail.com

unread,
Nov 24, 2015, 9:42:34 AM11/24/15
to IcoMoon
Downloads WITH scss variables are generating the following:

.icon-heart:before {
&:before {
content: $icon-heart;
}
}

which won't work with scss,
but does work on demo using css file

noticed this only this week- last week was ok

Keyamoon

unread,
Nov 24, 2015, 10:37:07 AM11/24/15
to IcoMoon
Thanks for reporting the scss issue. It has been fixed now. Please refresh and try again.
Reply all
Reply to author
Forward
0 new messages