aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-10 02:39:56 -0800
committerFuwn <[email protected]>2024-01-10 02:39:56 -0800
commit43db4c0e9042b54d3da8aaf50d2c3513cfada70c (patch)
tree6b00e0875d3c75fae671588f4ee4f59d2d192c8d /src
parentfeat(wrapped): show previous ongoing media (diff)
downloaddue.moe-43db4c0e9042b54d3da8aaf50d2c3513cfada70c.tar.xz
due.moe-43db4c0e9042b54d3da8aaf50d2c3513cfada70c.zip
feat(css): new body font
Diffstat (limited to 'src')
-rw-r--r--src/lib/Styles/typography.css6
-rw-r--r--src/routes/+layout.svelte1
2 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/Styles/typography.css b/src/lib/Styles/typography.css
index a868ac46..e502fa90 100644
--- a/src/lib/Styles/typography.css
+++ b/src/lib/Styles/typography.css
@@ -1,13 +1,13 @@
/* Kosugi, M PLUS 1 Code */
/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;550;700;800&display=swap'); */
-@import url('https://proxy.due.moe/?q=https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&family=Roboto:wght@500;700&display=swap');
+@import url('https://proxy.due.moe/?q=https://fonts.googleapis.com/css?family=DM+Sans:400,500,600,700&display=swap');
body {
- font-family: 'Quicksand', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
+ font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 1em;
line-height: 1.5;
- font-weight: 500;
+ /* font-weight: 300; */
/* text-shadow: 0 0 0.25em var(--base01); */
padding: 1.25rem;
}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 0b78c448..d726fc20 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -90,6 +90,7 @@
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 1em;
font-weight: 550;
+ padding: 0.8rem 0.4rem;
}
:global(html.light-theme) {