From 1fc1dbcb34bfb0a7f99bbc068edff93ae97c4662 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 13 Jan 2026 21:59:46 +0800 Subject: Change to fatter font. --- assets/css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index c46729c..7f6c84a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,12 +1,12 @@ @font-face { - font-family: 'Nouveau IBM Stretch'; - src: url('/assets/fonts/Nouveau_IBM_Stretch.ttf') format('truetype'); + font-family: 'Nouveau IBM'; + src: url('/assets/fonts/Nouveau_IBM.ttf') format('truetype'); } :root { --main-bg-color: #202020; --main-fg-color: #00B140; - --font-family: 'Nouveau IBM Stretch', 'Roboto Mono', monospace; + --font-family: 'Nouveau IBM', monospace; --text-shadow: 0 0 1px var(--main-fg-color), 0 0 6px var(--main-fg-color); } @@ -125,7 +125,7 @@ td { } .cursor::after { - height: 2.5rem; + height: 2.2rem; } .center { @@ -241,7 +241,7 @@ input { content: ''; display: inline-block; width: 0.9rem; - height: 1.45rem; + height: 1.3rem; margin-left: -6px; animation: cursor-blink 1s steps(1, start) infinite; animation-delay: 3.5s; -- cgit v1.2.3