Hello!
The problem is: create the project using create-react-app, put the fonts in src/fonts/ App.css prescribed is:
@font-face { font-family: 'Circe'; src: url('./fonts/Circe-Regular.woff2') format('woff2'), url('./fonts/Circe-Regular.woff') format('woff'), url('./fonts/Circe-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
And in the console gives: Module not found: Can't resolve './fonts/Circe-Regular.ttf' in 'F:\\web-dev\\in-process\eact-test\\
Tell me, why webpack not see this font? Thank you.