Skip to content

Commit

Permalink
chore: remove google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsang4 committed Jan 31, 2024
1 parent 25545a5 commit e5cfc66
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 @@ -66,12 +66,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"
/>
/> -->

{
// If PUBLIC_GOOGLE_SITE_VERIFICATION is set in the environment variable,
Expand Down

0 comments on commit e5cfc66

Please sign in to comment.