Fonts don't display with Sass, React, create-react-app – Reactjs
I'm working on a React project made with create-react-app. I'm using Sass and the sass files transpile correctly. I have local fonts that I want to embed in the app. I use the @font-face rule correctly, I believe, in my…