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

https://github.com/hupe1980/gatsby-plugin-webfonts

A Gatsby plugin to handle cdn, base64 and self hosted webfonts
https://github.com/hupe1980/gatsby-plugin-webfonts

base64 fonts gatsby-plugin gatsbyjs google-webfonts webfonts

Last synced: 10 months ago
JSON representation

A Gatsby plugin to handle cdn, base64 and self hosted webfonts

Awesome Lists containing this project

README

          

# gatsby-plugin-webfonts

> A [Gatsby](https://github.com/gatsbyjs/gatsby) plugin to handle cdn, base64 and self hosted webfonts

- Creates minified @font-face CSS rules
- Supports font-display property (Default: 'swap')
- Handles preconnect and preload optimizations
- Automatically downloads fonts for self hosting
- Supports cdn, base64 and self hosted Fonts (Default: 'selfHosted')

## Install

```sh
// with npm
npm install gatsby-plugin-webfonts

// with yarn
yarn add gatsby-plugin-webfonts
```

## Documentation

[The documentation](/gatsby-plugin-webfonts/README.md)

## License

[MIT](LICENSE)