Skip to content

Commit

Permalink
system fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
vachan-maker committed Nov 14, 2024
1 parent 18534df commit ef6633b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
4 changes: 1 addition & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
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!
14 changes: 4 additions & 10 deletions static/style.css
Original file line number Diff line number Diff line change
@@ -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"),
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ef6633b

Please sign in to comment.