Skip to content

Commit

Permalink
Fix/Font preload
Browse files Browse the repository at this point in the history
Co-authored-by: Yehor Podporinov <[email protected]>
  • Loading branch information
yehor-podporinov and Yehor Podporinov authored Nov 13, 2023
1 parent 8ac2e6f commit a3891b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ export default defineNuxtConfig({
crossorigin: 'anonymous',
},

{
rel: 'preload',
href: '/branding/fonts/Righteous/Righteous-Regular.ttf',
as: 'font',
crossorigin: 'anonymous',
},

{
as: 'style',
rel: 'stylesheet preload',
Expand Down

0 comments on commit a3891b9

Please sign in to comment.