From ef6633b552b7fcd446659c82ec12df0d2c1c57dc Mon Sep 17 00:00:00 2001 From: vachan-maker Date: Thu, 14 Nov 2024 19:13:31 +0530 Subject: [PATCH] system fonts --- content/_index.md | 4 +--- static/style.css | 14 ++++---------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/content/_index.md b/content/_index.md index bc1c256..d8c1297 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,6 +3,4 @@ title = "Home" description = "Hey there, I am Vachan. Welcome to my brain dump" +++ # Hey there👋️, -I am **Vachan** and welcome to my little space on the internet. You can think of this website as my second brain - a place to share my opinions, ideas, projects and some of the things I have learned. - -Enjoy your visit! \ No newline at end of file +I am **Vachan** and welcome to my little space on the internet. You can think of this website as my second brain - a place to share my opinions, ideas, projects and some of the things I have learned. Enjoy your visit! \ No newline at end of file diff --git a/static/style.css b/static/style.css index d87cfd8..3bbfa9f 100644 --- a/static/style.css +++ b/static/style.css @@ -1,4 +1,3 @@ -@import url(https://fonts.bunny.net/css?family=poppins:200,400,500,700,800); @font-face { font-family: "RIT-Kutty-Bold"; src: local("RIT-Kutty-Bold"), @@ -8,7 +7,7 @@ font-style: normal; } [lang="ml"] { - font-family: "RIT-Kutty-Bold", "Noto Sans Malayalam", system; + font-family: "RIT-Kutty-Bold", "Noto Sans Malayalam", system-ui; } :root { --bg-color: #212121; @@ -58,9 +57,7 @@ header a { body { background-color: var(--bg-color); color: var(--text-color); - font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, - "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", - sans-serif; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1.125rem; font-weight: 400; line-height: 1.6; @@ -124,10 +121,7 @@ p,li,figcaption { font-size: var(--text-size-500); margin: 0; } -#hey-there { - margin-bottom: var(--spacing-medium); - margin-top: var(--spacing-medium); -} + body > header { align-items: center; background-color: var(--secondary-bg-color); @@ -228,7 +222,7 @@ aside { background-color: var(--secondary-bg-color); border-radius: 4px; box-shadow: var(--box-shadow); - padding: var(--spacing-medium); + padding: var(--spacing-large); } .postTime { font-size: smaller;