diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2026-03-18 07:46:30 -0400 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2026-03-18 07:46:30 -0400 |
| commit | 5256e50987e8173080bb84cfe881ac0e5f089847 (patch) | |
| tree | 4ffe1c0e2a0528589e8ae6be4a2fd2162b09194e /src | |
| parent | 77b0f69d0c6e555349dd491d7ca209924d119e61 (diff) | |
feature: improve fonts
Diffstat (limited to 'src')
| -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 { |
