To get Semantic UI fonts working:
-
npm install semantic-ui-css -
Import
'semantic-ui-css/semantic.css'in your entry script. The exact syntax for this varies depending on your chosen module format:importfor ES6,requirefor CommonJS, etc. This tells Webpack to pull the CSS into your bundle. -
npm install --save-dev style-loader css-loader
