Skip to content

chore(deps): bump @nuxt/fonts from 0.13.0 to 0.14.0#57

Merged
gradylink merged 1 commit intomainfrom
dependabot/bun/nuxt/fonts-0.14.0
Feb 16, 2026
Merged

chore(deps): bump @nuxt/fonts from 0.13.0 to 0.14.0#57
gradylink merged 1 commit intomainfrom
dependabot/bun/nuxt/fonts-0.14.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps @nuxt/fonts from 0.13.0 to 0.14.0.

Release notes

Sourced from @​nuxt/fonts's releases.

v0.14.0

0.14.0 is the next minor release.

🚨 Breaking changes

Default font format is now woff2 only

Font providers previously returned multiple formats (woff2, woff, truetype, etc.). The default behavior now only resolves woff2 fonts, which is supported by all modern browsers.

Your @font-face declarations will typically have fewer src entries, reducing CSS size. In most cases this is a transparent improvement.

To restore the previous behavior or add additional formats:

export default defineNuxtConfig({
  fonts: {
    defaults: {
      formats: ['woff2', 'woff', 'ttf'],
    },
  },
})

Available values: 'woff2', 'woff', 'ttf', 'otf', 'eot'.

Cache invalidation

Font metadata caches are now isolated per provider and per provider options. After upgrading, your font metadata cache (node_modules/.cache/nuxt/fonts/) will be invalidated and fonts will be re-fetched on the next build. This is a one-time occurrence.

✨ Features

Resolve fonts from node_modules

A new built-in npm provider can resolve fonts installed as npm packages. If no other provider matches a font family, @nuxt/fonts will now attempt to find it in your node_modules via CDN metadata.

export default defineNuxtConfig({
  fonts: {
    npm: {
      // options for the npm provider (optional)
    },
  },
})

Font format resolution

You can control which font formats are resolved via the new defaults.formats option:

</tr></table> 

... (truncated)

Commits
  • 95b332b v0.14.0
  • fce0318 feat: add support for resolving fonts from local node_modules (#781)
  • 035091a test: update snapshots for adobe preloads
  • 9d7715d fix(deps): bump unifont + reenable adobe tests
  • aedb0e1 chore(deps): update devdependency eslint to v10 (#778)
  • de70796 chore(deps): update all non-major dependencies (#762)
  • 25c87c4 chore: remove changelog (in favour of github releases)
  • 171c9a4 feat: support lightningcss transforms
  • 6e8e343 fix: include more css-ish files when injecting font-families
  • 0ec437e fix: prevent font flashes in development
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nuxt/fonts](https://github.com/nuxt/fonts) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/nuxt/fonts/releases)
- [Commits](nuxt/fonts@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: "@nuxt/fonts"
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 16, 2026
@gradylink gradylink merged commit 8b761cc into main Feb 16, 2026
@dependabot dependabot bot deleted the dependabot/bun/nuxt/fonts-0.14.0 branch February 16, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant