Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0x46616c6b/postcss-remove-google-fonts

PostCSS plugin to remove Google Fonts
https://github.com/0x46616c6b/postcss-remove-google-fonts

postcss-plugin

Last synced: 25 days ago
JSON representation

PostCSS plugin to remove Google Fonts

Awesome Lists containing this project

README

        

# PostCSS Remove Google Fonts

![Continuous Integration](https://github.com/0x46616c6b/postcss-remove-google-fonts/workflows/Continuous%20Integration/badge.svg) [![npm version](https://badge.fury.io/js/postcss-remove-google-fonts.svg)](https://badge.fury.io/js/postcss-remove-google-fonts)

[PostCSS](https://postcss.org/) plugin to remove google font imports.

## Installation

npm install postcss-remove-google-fonts

## Example

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