0

Can anyone recommend a simple way to incorporate local fonts in to Max Stoiber's react-boilerplate ? I'm a webpack / css modules / PostCSS noob and am finding the set-up difficult. Any guidance with regard to structure would be greatly appreciated !

λuser
  • 893
  • 8
  • 14
  • Does this help you? https://github.com/mxstbr/react-boilerplate/pull/473 . I haven't tried this. – garajo Aug 07 '16 at 04:50

1 Answers1

0

It looks like font imports should go in app/containers/App/styles.css, along with the other global styles. Since the banner logo is in app/containers/App, it looks like react-boilerplate prefers that images and fonts go there, so I would put your font files there and add the CSS import in styles.css.

Aurora0001
  • 13,139
  • 5
  • 50
  • 53