From 4007612a475059104e4961d1f61e91b8a36b76bc Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sun, 29 Dec 2024 13:49:34 +0800 Subject: [PATCH] Set Intel One Mono as the default font of admin monospace font --- admin/stylesheets/monospace.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/stylesheets/monospace.css b/admin/stylesheets/monospace.css index fa3d2a8..239a972 100644 --- a/admin/stylesheets/monospace.css +++ b/admin/stylesheets/monospace.css @@ -1,5 +1,5 @@ /* Setting: monospace_font */ textarea { - font-family: "Cousine webfont", monospace; + font-family: "Intel One Mono", "Cousine webfont", monospace; }