diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 141bca2..b33f034 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -23,7 +23,16 @@ export default { content: process.env.npm_package_description || '', }, ], - link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }], + link: [ + { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, + { + rel: 'preload', + href: '/fonts/roboto-v20-latin-regular.woff2', + as: 'font', + type: 'font/woff2', + crossorigin: 'anonymous', + }, + ], }, /* ** Customize the progress-bar color