From 8f16e44e0385e8aa4cd290a609a13120143eb2bc Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 17 Mar 2025 17:08:51 +0700 Subject: [PATCH] Update font settings for consistency --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index bbca72c..9a6c3a4 100644 --- a/style.css +++ b/style.css @@ -14,6 +14,8 @@ font-family: InterVariable, "Inter Variable", Inter, "Noto Sans Thai Looped"; text-rendering: optimizeLegibility; font-feature-settings: 'liga' 1, 'calt' 1, 'cv05' 1; /* Inter features to match Adwaita Sans */ + font-size: 16px; /* Set a base font size */ + line-height: 1.2; /* Adjust line-height for consistency */ } .centerscreen {