Daniel Roe

Results 534 issues of Daniel Roe

https://github.com/nuxt/test-utils/pull/840

size:S

@danielroe It seems the preload-tag is not generated for fonts, that are defined in `tailwind.config.ts`. I define my font in tailwind-config like this: ```ts theme: { fontFamily: { body: ['"Felipa"',...

fontshare, for example, exposes this metadata which we can use to create font fallback metrics

enhancement

each provider supports some very interesting things, including axes for variable fonts, that we are not always taking advantage of. would be nice to: * support passing options to a...

enhancement

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

This is a very early PR to make this module compatible with [changes we expect to release in Nuxt v5](https://github.com/nuxt/nuxt/issues/25323). In [Nuxt v3.7.0](https://github.com/nuxt/nuxt/releases/tag/v3.7.0) we added support for `import.meta.*` (see [original...

This is a 'canary' pull request. It aims to ensure that the ecosystem is ready for a shift in the default Nuxt TypeScript module resolution from 'Legacy' to 'Bundler': https://github.com/nuxt/nuxt/pull/24837....

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...