Skip to content

Latest commit

 

History

History
executable file
·
33 lines (22 loc) · 1023 Bytes

README.md

File metadata and controls

executable file
·
33 lines (22 loc) · 1023 Bytes

@daver987/any-fonts

Features

  • A Forked version of the Nuxt Google Fonts module that also supports custom fonts
  • Nuxt 3 and Nuxt Bridge support
  • Specify fonts by name/variant
  • Parse head links to Google Fonts
  • Creates only an external link to Google Fonts
  • Support CSS API v2
  • Add dns-prefetch
  • Add preconnect
  • Add preload
  • Download css/fonts to local project (No need external resources)
  • Encode fonts to base64

📖  Read more

Or locally:

  1. Clone this repository
  2. Install dependencies using pnpm install
  3. Prepare development server using pnpm dev:prepare
  4. Build module using pnpm build
  5. Launch playground using pnpm dev

License

MIT License