aboutsummaryrefslogtreecommitdiff
path: root/static/css/shared/core.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-12-15 20:19:17 -0500
committerBobby <[email protected]>2024-12-15 20:19:17 -0500
commit5c14aa56c401915a99cf1c6f5700e8e3cb88453b (patch)
treee486ed3ea32ef76163623894b40370483bd6f5d6 /static/css/shared/core.css
parent8bb529d5eefec11360e7aacb287120d6427793bd (diff)
downloadthatcomputerscientist-5c14aa56c401915a99cf1c6f5700e8e3cb88453b.tar.xz
thatcomputerscientist-5c14aa56c401915a99cf1c6f5700e8e3cb88453b.zip
login . logout working
Diffstat (limited to 'static/css/shared/core.css')
-rw-r--r--static/css/shared/core.css16
1 files changed, 7 insertions, 9 deletions
diff --git a/static/css/shared/core.css b/static/css/shared/core.css
index 094f9555..94e9e2e1 100644
--- a/static/css/shared/core.css
+++ b/static/css/shared/core.css
@@ -1,13 +1,10 @@
/* Reset and Base Styles */
-@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
-/* @font-face {
- font-family: 'Klee';
- src: url('../../fonts/KleeOne-Regular.ttf') format('truetype');
- font-weight: 400;
- font-style: normal;
- font-display: swap
-} */
+@font-face {
+ font-family: 'SourceHanSansVariable';
+ src: url('../../fonts/SourceHanSans-VF.ttf') format('truetype');
+ font-weight: 100 300 400 500 600 700 900;
+}
@font-face {
font-family: 'SweetFairy';
@@ -41,9 +38,10 @@ body {
body,
textarea,
input {
- font-family: 'M PLUS Rounded 1c';
+ font-family: 'SourceHanSansVariable';
font-size: 12px;
font-weight: 400;
+ line-height: 1.5;
}
/* Element Styles */