Skip to content

Commit

Permalink
fix: load poppins font
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Aug 13, 2024
1 parent f406008 commit 2c9a80f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,7 @@ export default defineNuxtConfig({
link: [
{
rel: 'preload',
href: 'https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap',
as: 'style',
onload: "this.onload=null;this.rel='stylesheet'",
},
{
rel: 'preload',
href: 'https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap',
href: 'https://fonts.googleapis.com/css2?family=Outfit:[email protected]&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap',
as: 'style',
onload: "this.onload=null;this.rel='stylesheet'",
},
Expand Down

0 comments on commit 2c9a80f

Please sign in to comment.