I am currently attempting to incorporate Font Awesome with SCSS.
@font-face {
font-family: 'awesome';
src: url('../../fonts/font-awesome/fa-light-300.ttf') format('ttf');
}
Although the path appears to be correct, I am encountering errors: Failed to compile.
./src/assets/styles/main.scss (./node_modules/css-loader/dist/cjs.js??ref--8-oneOf-3-1!./node_modules/postcss-loader/src??ref--8-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-3-3!./src/assets/styles/main.scss) Module not found: Error: Can't resolve '../../fonts/font-awesome/fa-light-300.ttf' in 'C:\Users\idogo\Desktop\תיקיה חדשה\sprint-4\src\assets\styles'
Your assistance would be greatly appreciated, thank you