cirosantilli/webpack/css-ignore-font/main.css

webpack/css-ignore-font/main.css
body {
  background-color: red;
}

@font-face {
  font-family: 'myfont';
  src: url(myfont.woff2) format('woff2'), url(myfont.woff) format('woff');
}