aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/+layout.svelte7
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);
}