1.0.3 • Published 9 months ago

postcss-remove-format-fonts v1.0.3

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
9 months ago

ko-fi 爱发电

Usage

Install

npm add --save-dev postcss-remove-format-fonts # Npm
yarn add -D postcss-remove-format-fonts # Yarn
pnpm add -D postcss-remove-format-fonts # Pnpm

Config

// postcss.config.js
import postcssRemoveFontFormat from 'postcss-remove-format-fonts';

export default {
  plugins: [postcssRemoveFontFormat('woff')],
};

or

// postcss.config.js
import postcssRemoveFontFormat from 'postcss-remove-format-fonts';

export default {
  plugins: [postcssRemoveFontFormat(['woff', 'openType'])],
};
1.0.3

9 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago