mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-05-02 03:36:38 +02:00
Fix invalid Google Fonts embed
This commit is contained in:
parent
8b4ba7ab63
commit
351c1aecfe
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function SEO({ description, lang, meta, title }) {
|
||||||
content: metaDescription,
|
content: metaDescription,
|
||||||
},
|
},
|
||||||
].concat(meta)}
|
].concat(meta)}
|
||||||
><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;900&family=Open+Sans@200:400&display=swap" rel="stylesheet"/></Helmet>
|
><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;900&family=Open+Sans:wght@300;400&display=swap" rel="stylesheet"/></Helmet>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue