我在字体文件夹中创建了一个 fonts.css.scss 文件并给出了以下格式
@font-face {
font-family: 'amandaregular';
src: url(font-path('amanda-webfont.eot'));
}
它使用已编译的字体生成,但无法加载字体系列
@font-face {
font-family: 'amandaregular';
src: url("http://localhost:3000/assets/amanda-webfont.eot");
}