Skip to content

Commit 6bf036a

Browse files
authored
Merge pull request #673 from DuendeSoftware/maartenba-patch-1
Remove Google Fonts explicit preload (handled by Astro)
2 parents 297c9fe + 37a5fa8 commit 6bf036a

1 file changed

Lines changed: 1 addition & 26 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -75,32 +75,7 @@ export default defineConfig({
7575
defer: true,
7676
async: true,
7777
},
78-
},
79-
// --
80-
// Preload Google Fonts
81-
{
82-
tag: "link",
83-
attrs: {
84-
href: "https://fonts.googleapis.com",
85-
rel: "preconnect",
86-
},
87-
},
88-
{
89-
tag: "link",
90-
attrs: {
91-
href: "https://fonts.gstatic.com",
92-
rel: "preconnect",
93-
crossorigin: true,
94-
},
95-
},
96-
{
97-
tag: "link",
98-
attrs: {
99-
href: "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap",
100-
rel: "stylesheet",
101-
},
102-
},
103-
// --
78+
}
10479
],
10580
logo: {
10681
light: "./src/assets/duende-logo.svg",

0 commit comments

Comments
 (0)