PostCSS Remove Google Fonts PostCSS plugin to remove google font imports. Installation npm install postcss-remove-google-fonts Example module.exports = { plugins: { 'postcss-remove-google-fonts': {}, }, };