I\'m using create-react-app and prefer not to eject.
eject
It\'s not clear where fonts imported via @font-face and loaded locally should go.
Namely,
You can use the WebFont module, which greatly simplifies the process.
render(){ webfont.load({ custom: { families: ['MyFont'], urls: ['/fonts/MyFont.woff'] } }); return ( your text! ); }