From a8007df684319ba2359bafa146463cd422aa77e7 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Fri, 14 Feb 2025 20:04:25 +0100 Subject: [PATCH] fix font weight and size --- assets/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/index.css b/assets/css/index.css index 1ce0e02..f48c598 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -6,6 +6,7 @@ @font-face { font-family: 'AcPlus IBM VGA 9x16'; src: url('../fonts/AcPlus_IBM_VGA_9x16.ttf') format('truetype'); + font-weight: 600; } :root { @@ -37,7 +38,7 @@ font-weight: var(--font-weight-normal); font-style: normal; font-variant-numeric: tabular-nums lining-nums; - font-size: 13px; + font-size: 14px; } @media (prefers-color-scheme: dark) {