@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.
.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