commit 4a8c6516eb2e5bca58ac62f184d00bb25fdcc1c6
parent 740d2be3ed0ac1d742a406900207cb50c73f27e5
Author: Nirmal Kumar R <tildezero@gmail.com>
Date: Sat, 8 Nov 2025 20:45:45 +0530
style: Design update
Diffstat:
5 files changed, 14 insertions(+), 26 deletions(-)
diff --git a/font/7a3dd69b88263136.woff2 b/font/7a3dd69b88263136.woff2
Binary files differ.
diff --git a/font/JetBrainsMono-Bold.woff2 b/font/JetBrainsMono-Bold.woff2
Binary files differ.
diff --git a/font/JetBrainsMono-ExtraBold.woff2 b/font/JetBrainsMono-ExtraBold.woff2
Binary files differ.
diff --git a/font/JetBrainsMono-Medium.woff2 b/font/JetBrainsMono-Medium.woff2
Binary files differ.
diff --git a/style.css b/style.css
@@ -9,24 +9,8 @@
}
@font-face {
- font-family: "JetBrains Mono Regular";
- font-style: normal;
- font-weight: var(--font-weight-normal);
- src: url("/font/JetBrainsMono-Medium.woff2") format("woff2");
-}
-
-@font-face {
- font-family: "JetBrains Mono Medium";
- font-style: normal;
- font-weight: var(--font-weight-medium);
- src: url("/font/JetBrainsMono-Bold.woff2") format("woff2");
-}
-
-@font-face {
- font-family: "JetBrains Mono Bold";
- font-style: normal;
- font-weight: var(--font-weight-bold);
- src: url("/font/JetBrainsMono-ExtraBold.woff2") format("woff2");
+ font-family: "Neue Haas Grotesk Display Pro";
+ src: url(fonts/6e2df30bac10d3b6a0e5.woff2) format("woff2");
}
html,
@@ -36,16 +20,17 @@ body {
}
body {
- font-family: "JetBrains Mono Regular", monospace;
+ font-family: "Neue Haas Grotesk Display Pro", serif;
font-feature-settings: "tnum";
font-variant-numeric: tabular-nums;
- font-size: 16px;
+ font-size: 24px;
font-weight: var(--font-weight-normal);
line-height: 1.5;
text-decoration: none;
color: #333;
- width: 600px;
+ width: 60ch;
margin: 1em auto;
+ padding: 0 2em;
}
a {
@@ -90,7 +75,7 @@ pre {
.header p {
font-size: 20px;
- font-family: "JetBrains Mono Bold", monospace;
+ font-family: "Neue Haas Grotesk Display Pro", serif;
color: #333;
}
@@ -107,11 +92,13 @@ pre {
nav {
display: block;
margin: 2em 0;
- text-transform: uppercase;
}
nav a {
margin-right: 1em;
+ font-size: 21px;
+ color: #333;
+ text-transform: uppercase;
}
nav a:last-child {
@@ -129,14 +116,14 @@ ul li {
}
.content-wrapper .title {
- font-size: 1.2rem;
+ font-size: 2rem;
text-transform: uppercase;
- font-family: "JetBrains Mono Bold", monospace;
+ font-family: "Neue Haas Grotesk Display Pro", serif;
}
.content-wrapper .title span,
main ul li span {
- font-size: 14px;
+ font-size: 22px;
color: #555;
font-weight: normal;
}
@@ -166,6 +153,7 @@ hr::after {
}
footer {
+ font-size: 16px;
margin-bottom: 3em;
}