Skip to content

Commit

Permalink
test:删除Googlefont支持
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsifa1 committed Dec 21, 2023
1 parent ed865d2 commit ddc8573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ const socialImageURL = new URL(
<meta property="twitter:image" content={socialImageURL} />

<!-- Google Font -->
<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
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"
/>
/> -->

<meta name="theme-color" content="" />

Expand Down

0 comments on commit ddc8573

Please sign in to comment.