Skip to content

Commit 75365c2

Browse files
committed
Remove unneded Google Fonts links
1 parent 29c8d33 commit 75365c2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docusaurus.config.ts

+3-9
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,9 @@ const config: Config = {
5757
{
5858
tagName: "link",
5959
attributes: {
60-
rel: "stylesheet",
61-
href: "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap",
62-
},
63-
},
64-
{
65-
tagName: "link",
66-
attributes: {
67-
rel: "stylesheet",
68-
href: "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap",
60+
rel: "preconnect",
61+
href: "https://cdn.evilmartians.com",
62+
crossorigin: "crossorigin",
6963
},
7064
},
7165
{

0 commit comments

Comments
 (0)