Skip to content

Commit

Permalink
docs: update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 20, 2024
1 parent e755ac4 commit 19e7a3d
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,21 @@ Plug-and-play custom web font optimization and configuration for Nuxt apps.

- [👾  Playground](https://stackblitz.com/github/nuxt/fonts/tree/main/playground)

## Features

- zero-configuration required
- automatic font metric optimisation powered by https://github.com/unjs/fontaine
- built-in providers (`google`, `bunny`, `local` and more)
- custom providers for full control
## 🚧 Roadmap

- [x] zero-configuration required
- [x] built-in providers
- [x] `google`
- [x] `local`
- [ ] `fontshare`
- [ ] `fontsource`
- [ ] `bunny`
- [x] custom providers for full control
- [ ] automatic font metric optimisation powered by https://github.com/unjs/fontaine
- [ ] devtools integration
- [ ] (automatic?) font subsetting support
- [ ] local download support (until `nuxt/assets` lands)
- [ ] documentation (module usage, custom provider creation)

👉 See [Nuxt Fonts RFC](https://github.com/nuxt/nuxt/discussions/22014) for full details and discussion.

Expand Down

0 comments on commit 19e7a3d

Please sign in to comment.