diff options
| author | Fuwn <[email protected]> | 2024-01-05 20:46:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-05 20:46:51 -0800 |
| commit | 26b3548643c23fcf609c328f63cb2ea7ac9af6ee (patch) | |
| tree | 4606955de99359271ef3c5347dc6b8847b126555 /src | |
| parent | feat(css): fancy shadows (diff) | |
| download | due.moe-26b3548643c23fcf609c328f63cb2ea7ac9af6ee.tar.xz due.moe-26b3548643c23fcf609c328f63cb2ea7ac9af6ee.zip | |
feat(layout): thicker header text
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/+layout.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c237857e..e9d4318f 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -79,13 +79,13 @@ </div> <style> - @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap'); + @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@550&display=swap'); #header { font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; - font-weight: 500; + font-weight: 550; } :global(html.light-theme) { |