mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
perf: test font performance
This commit is contained in:
@@ -65,11 +65,15 @@ const fallbackImageURL = new URL(SITE.ogImage, Astro.url.origin).href;
|
|||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
<!-- <link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap"
|
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap"
|
||||||
as="style"
|
as="style"
|
||||||
onload="this.onload=null;this.rel='stylesheet'"
|
onload="this.onload=null;this.rel='stylesheet'"
|
||||||
/>
|
/> -->
|
||||||
|
|
||||||
{
|
{
|
||||||
// If PUBLIC_GOOGLE_SITE_VERIFICATION is set in the environment variable,
|
// If PUBLIC_GOOGLE_SITE_VERIFICATION is set in the environment variable,
|
||||||
|
|||||||
Reference in New Issue
Block a user