首頁 > purgecss > 選項 > fontFace
如果您的 css 中有任何未使用的 @font-face 規則,您可以將 fontFace 選項設定為 true 來移除它們。
fontFace
true
簽章
fontFace: boolean;
await new PurgeCSS().purge({ content: ['index.html', '*.js', '*.html', '*.vue'], css: ['css/app.css'], fontFace: true })