From 621cdbdd03b55ff4e74988e51f3579702e362dce Mon Sep 17 00:00:00 2001 From: Gen Date: Fri, 15 Nov 2024 00:55:21 -0800 Subject: [PATCH] fix font v4109 Signed-off-by: Gen --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a15dedc..a0ee1ac 100644 --- a/style.css +++ b/style.css @@ -205,7 +205,7 @@ li { text-align: center; list-style-type: none; margin-bottom: 1.5px; - font-family: 'VictorMono', Courier, monospace; + font-family: "VictorMono", Courier, monospace; font-style: italic; align-content: center; }