I need to include a Google web font in the build of a React webapp using create-react-app. This is, because the app will be served on a wifi without internet access. The most straightforward solution seems to be google-fonts-webpack-plugin, but it needs a customized webpack
config.
Is there any "simple" solution that downloads and includes all the web font resources automagically without the requirement to eject from create-react-app?