Currently I have 3 fonts that I want to add to my React project:a, a light, a bold. My file structure:
/src ├── /fonts/ │ ├── /A.ttf │ ├── /A-
Prefix the font path with ~, to tell Webpack that this is not a relative import https://github.com/webpack-contrib/sass-loader#imports
~