ホーム > purgecss > オプション > fontFace

Options.fontFaceプロパティ

CSSに未使用の@font-faceルールがある場合、fontFaceオプションをtrueに設定することでそれらを削除できます.

署名

fontFace: boolean;

await new PurgeCSS().purge({
  content: ['index.html', '*.js', '*.html', '*.vue'],
  css: ['css/app.css'],
  fontFace: true
})