From 120d41e951d97fb455dd418b79c7bb4f455c7705 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 15 Sep 2025 13:01:46 -0700 Subject: [PATCH] Refactor: Disable font ligatures for code clarity --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 0cacdf6..658f6c8 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,7 @@ .markdown-body code { font-family: 'JetBrains Mono', monospace; font-size: 13px; + font-variant-ligatures: none; /* Your requested change, Master */ } :not(pre) > code { font-size: 85%;