From 22f5378e54e44224bd679165266457f690840e45 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Mon, 14 Jul 2025 14:03:45 +0800 Subject: [PATCH] update: code font to MapleMono --- assets/scss/custom.scss | 2 +- layouts/partials/head/custom.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 3912f23..1a8d7f1 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -79,7 +79,7 @@ * Global font family */ :root { - --code-font-family: 'Jetbrains Mono', Menlo, Monaco, Consolas, 'Courier New', + --code-font-family: 'Maple Font Mono', Menlo, Monaco, Consolas, 'Courier New', var(--zh-font-family), monospace; } diff --git a/layouts/partials/head/custom.html b/layouts/partials/head/custom.html index 9c34d31..83a4497 100644 --- a/layouts/partials/head/custom.html +++ b/layouts/partials/head/custom.html @@ -16,10 +16,10 @@