Description
Official Nuxt Fonts Module
Install
pnpm dlx nuxi module add fonts
Config
Add .data
dir to project root, and .gitignore.
Usage
Nuxt Fonts works with zero config. Declare a font-family in CSS to use a font:
some-element { font-family: Roboto, sans-serif; }