From 9908ac699e0f03a02de4c2ec4acd8e3e1d696236 Mon Sep 17 00:00:00 2001 From: apex Date: Mon, 7 Apr 2025 06:46:36 -0400 Subject: [PATCH] css8 --- index/index.css | 1 + theme-apex.css | 1 + 2 files changed, 2 insertions(+) diff --git a/index/index.css b/index/index.css index ee544ab..60d678d 100644 --- a/index/index.css +++ b/index/index.css @@ -3,6 +3,7 @@ } .main { font-family: monospace; + font-weight: 500; font-size: x-large; color: rgba(230, 186, 142, 0.747); } diff --git a/theme-apex.css b/theme-apex.css index 4e61c22..139a99d 100644 --- a/theme-apex.css +++ b/theme-apex.css @@ -1,4 +1,5 @@ :root { + --fonts-regular: monospace !important; --fonts-proportional: monospace/* custom proportional fonts */ !important; --fonts-monospace: monospace/* custom monospace fonts */ !important; --is-dark-theme: true;