diff options
| author | Fuwn <[email protected]> | 2024-01-05 19:44:48 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-05 19:44:48 -0800 |
| commit | 7ac6c6c0fd323a236efeffd5222bb2b168c47784 (patch) | |
| tree | d1f1df3f3ce53248378e927f09e03cba064151ea /src | |
| parent | feat(css): navigation avatar (diff) | |
| download | due.moe-7ac6c6c0fd323a236efeffd5222bb2b168c47784.tar.xz due.moe-7ac6c6c0fd323a236efeffd5222bb2b168c47784.zip | |
feat(layout): navigation font
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/+layout.svelte | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index e148a076..83b7f358 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -79,8 +79,10 @@ </div> <style> + @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap'); + #header { - font-family: 'Quicksand', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, + 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; |