-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
About every second or third build on digital ocean my build fails with the following error:
[nuxi] ERROR Nuxt Build Error: [nuxt:fonts:font-family-injection] fetch failed
[2025-08-20 11:18:06] │ file: /workspace/app/assets/css/main.css

This is my config:
fonts: {
defaults: {
weights: [200, 300, 400, 500, 700, 800, 900],
styles: ['normal', 'italic']
},
families: [{ name: 'Sofia Pro', provider: 'adobe' }],
adobe: { id: process.env.NUXT_FONTS_ADOBE_ID }
},
Metadata
Metadata
Assignees
Labels
No labels