fix font weight and size

This commit is contained in:
CJ van den Berg 2025-02-14 20:04:25 +01:00
parent 4630ecd137
commit a8007df684
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -6,6 +6,7 @@
@font-face { @font-face {
font-family: 'AcPlus IBM VGA 9x16'; font-family: 'AcPlus IBM VGA 9x16';
src: url('../fonts/AcPlus_IBM_VGA_9x16.ttf') format('truetype'); src: url('../fonts/AcPlus_IBM_VGA_9x16.ttf') format('truetype');
font-weight: 600;
} }
:root { :root {
@ -37,7 +38,7 @@
font-weight: var(--font-weight-normal); font-weight: var(--font-weight-normal);
font-style: normal; font-style: normal;
font-variant-numeric: tabular-nums lining-nums; font-variant-numeric: tabular-nums lining-nums;
font-size: 13px; font-size: 14px;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {