diff options
| author | Fuwn <[email protected]> | 2024-01-04 20:18:15 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 20:18:15 -0800 |
| commit | 1a881105dfedf5413c4075a8dcaa3d9e70b94991 (patch) | |
| tree | c21b12582f55d98d475cbaec524c26e1f7835c2b /src/routes/+layout.svelte | |
| parent | refactor(schedule): current day highlight (diff) | |
| download | due.moe-1a881105dfedf5413c4075a8dcaa3d9e70b94991.tar.xz due.moe-1a881105dfedf5413c4075a8dcaa3d9e70b94991.zip | |
feat(css): new font combo
Diffstat (limited to 'src/routes/+layout.svelte')
| -rw-r--r-- | src/routes/+layout.svelte | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 78dc121f..becb8b58 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -70,6 +70,13 @@ </div> <style> + @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;550;700;800&display=swap'); + + #header { + font-family: 'Lato', cursive; + font-size: 1.1rem; + } + :global(html.light-theme) { filter: invert(0); } |