【发布时间】:2020-08-12 06:20:09
【问题描述】:
我们无法从节点模块加载字体文件。并低于错误。
Can't resolve 'assets/fonts/roman.woff2' in 'C:\Projects\GIT2\newbusinessapp\projects\newbusinessapp\src'
我们通过 angular.json 文件包含资产。但还是没有结果。
@font-face {
font-family: 'Publico Light Roman';
src: url('assets/fonts/roman.woff2');
}
{
"glob": "**/*",
"input": "node_modules/@mypackage/assets/assets/fonts",
"output": "/assets/fonts"
},
如果您有任何解决方案,请在此处发布。
【问题讨论】:
标签: javascript css node.js angular sass