Skip to content

0x46616c6b/postcss-remove-google-fonts

Repository files navigation

PostCSS Remove Google Fonts

Continuous Integration npm version

PostCSS plugin to remove google font imports.

Installation

npm install postcss-remove-google-fonts

Example

module.exports = {
    plugins: {
        'postcss-remove-google-fonts': {},
    },
};