ホーム > purgecss > オプション > fontFace
Options.fontFaceプロパティ
CSSに未使用の@font-faceルールがある場合、fontFace
オプションをtrue
に設定することでそれらを削除できます.
署名
例
await new PurgeCSS().purge({
content: ['index.html', '*.js', '*.html', '*.vue'],
css: ['css/app.css'],
fontFace: true
})