Set Intel One Mono as the default font of admin monospace font

This commit is contained in:
Helen Chong 2024-12-29 13:49:34 +08:00
parent 47b2348dc0
commit 4007612a47
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* Setting: monospace_font */ /* Setting: monospace_font */
textarea { textarea {
font-family: "Cousine webfont", monospace; font-family: "Intel One Mono", "Cousine webfont", monospace;
} }