From c974eeab7d8c6d43b4cfd4578d575d398086f2fb Mon Sep 17 00:00:00 2001 From: nichkara Date: Tue, 16 Dec 2025 09:41:01 +0100 Subject: [PATCH] Update Nerdfont to OpenDyslexicM --- style/style-dark.css | 2 +- style/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/style/style-dark.css b/style/style-dark.css index 45b94d8..150966c 100644 --- a/style/style-dark.css +++ b/style/style-dark.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: "SFMono Nerd Font Mono"; + font-family: "OpenDyslexicM Nerd Font Mono"; font-weight: bold ; font-size: 14px; diff --git a/style/style.css b/style/style.css index 1f1ff6d..fc8bc5d 100644 --- a/style/style.css +++ b/style/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: "JetBrainsMono Nerd Font"; + font-family: "OpenDyslexicM Nerd Font Mono"; font-weight: bold; font-size: 16px; min-height: 0;