I created a fonts.css.scss file in fonts folder and given below format
@font-face {
font-family: 'amandaregular';
src: url(font-path('amanda-webfont.eot'));
}
it's generating with compiled fonts, but unable to load font-family
@font-face {
font-family: 'amandaregular';
src: url("http://localhost:3000/assets/amanda-webfont.eot");
}