How to load font from @font-face with Parcel?
问题 I'm using Parcel for bundling and I want to include custom font to my project In my SCSS @font-face { font-family: "Storytella"; src: url("./fonts/Storytella.otf") format("otf"); } Then I'm using it somewhere like this font-family: 'Storytella', serif; package.json { "name": "pr", "version": "1.0.0", "description": "", "main": "index.js", "dependencies": { "normalize.css": "^8.0.1", "parcel-bundler": "^1.12.3" }, "devDependencies": { "node-sass": "^4.12.0", "parcel-plugin-static-files-copy":