Webpack can't load fonts (ttf)

前端 未结 4 1652
心在旅途
心在旅途 2021-02-20 05:56

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-         


        
4条回答
  •  北荒
    北荒 (楼主)
    2021-02-20 06:42

    Prefix the font path with ~, to tell Webpack that this is not a relative import https://github.com/webpack-contrib/sass-loader#imports

提交回复
热议问题