We cannot seem to retrieve the fonts file from the node module and are encountering this error message.
Can't find 'assets/fonts/roman.woff2' in 'C:\Projects\GIT2\newbusinessapp\projects\newbusinessapp\src'
Even though we have included assets in the angular.json file, we are still facing issues.
@font-face {
font-family: 'Publico Light Roman';
src: url('assets/fonts/roman.woff2');
}
{
"glob": "**/*",
"input": "node_modules/@mypackage/assets/assets/fonts",
"output": "/assets/fonts"
},
If you have a solution, please share it here.