Skip to content

Commit a3891b9

Browse files
yehor-podporinovYehor Podporinov
andauthored
Fix/Font preload
Co-authored-by: Yehor Podporinov <[email protected]>
1 parent 8ac2e6f commit a3891b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

nuxt.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ export default defineNuxtConfig({
5656
crossorigin: 'anonymous',
5757
},
5858

59+
{
60+
rel: 'preload',
61+
href: '/branding/fonts/Righteous/Righteous-Regular.ttf',
62+
as: 'font',
63+
crossorigin: 'anonymous',
64+
},
65+
5966
{
6067
as: 'style',
6168
rel: 'stylesheet preload',

0 commit comments

Comments
 (0)