diff options
| -rw-r--r-- | src/layouts/BaseLayout.astro | 2 | ||||
| -rw-r--r-- | src/styles/post.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 8be53e0..76dc4cc 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -21,7 +21,7 @@ const { <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href='https://fonts.googleapis.com/css?family=Noto Sans' rel='stylesheet'> - <link href="https://fonts.googleapis.com/css2?family=Audiowide&family=Dancing+Script:wght@400..700&display=swap" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet"> <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon"> <meta name="description" content={description}> </head> diff --git a/src/styles/post.css b/src/styles/post.css index 324c7ff..8ae1513 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -23,7 +23,7 @@ code { .org-article-title h1 { margin: 0; - font-family: "Dancing Script", cursive; + font-family: "Space Grotesk", sans-serif; } #content { |
