Skip to content

Commit

Permalink
update font stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
stefkn committed Aug 12, 2024
1 parent 162aeb1 commit 042db27
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 @@ -58,11 +58,11 @@ function formatCanonicalURL(url: string | URL) {
<link rel="canonical" href={formatCanonicalURL(canonicalURL)} />
<title>{title}</title>

<!-- Fonts -->
<!-- Google Fonts -->
<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=Inter:wght@400..700&family=Newsreader:ital,opsz,wght@0,6..72,400..700;1,6..72,400..700&display=swap"
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
/>

Expand Down

0 comments on commit 042db27

Please sign in to comment.