[READ-ONLY] Mirror of https://github.com/hacknug/romi-project. romi-project.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix loading Nunito when it's unused

Nestor Vera (Aug 9, 2022, 12:45 PM +0200) 6bfa9686 350b0a37

+1 -1
+1 -1
nuxt.config.ts
··· 19 19 20 20 { rel: 'preconnect', href: 'https://fonts.googleapis.com' }, 21 21 { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: true }, 22 - { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap' }, 22 + // { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap' }, 23 23 { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap' }, 24 24 ], 25 25 },