From 23469c469d293ec900b07fab43fc12116df4c516 Mon Sep 17 00:00:00 2001 From: lzy Date: Thu, 4 Apr 2024 20:46:41 +0800 Subject: [PATCH] fix --- fugu.css | 20 ++++++++++---------- fugu/{LXGW WenKai Mono.ttf => LXGW.ttf} | Bin 2 files changed, 10 insertions(+), 10 deletions(-) rename fugu/{LXGW WenKai Mono.ttf => LXGW.ttf} (100%) diff --git a/fugu.css b/fugu.css index 497680c..bf261ac 100644 --- a/fugu.css +++ b/fugu.css @@ -89,7 +89,7 @@ font-family: "LXGW"; font-weight: regular; font-style: normal; - src: url("fugu/LXGW\ WenKai\ Mono.ttf") format("truetype"); + src: url("fugu/LXGW.ttf") format("truetype"); } /* @@ -107,7 +107,7 @@ word-break: break-word; word-wrap: break-word; text-align: left; - font-family: "GlowSansSC", "MonaspaceArgon"; + font-family: "GlowSansSC"; margin-bottom: 20rem; } @@ -159,7 +159,7 @@ [md-inline="image"] > .md-meta { word-break: break-all; font-weight: normal; - font-family: "JetBrainsMono"; + font-family: "MonaspaceArgon"; padding-left: 0.15rem; padding-right: 0rem; color: var(--marker-color); @@ -170,7 +170,7 @@ */ .md-toc-content { - font-family: "SourceHanSerifCN"; + font-family: "GlowSansSC"; } .md-toc-content:empty:before { @@ -178,7 +178,7 @@ } #write div.md-toc-tooltip { - font-family: "SourceHanSerifCN"; + font-family: "GlowSansSC"; color: var(--primary-color); position: static; margin-top: 10px; @@ -387,7 +387,7 @@ li.md-list-item { border-radius: 7px; margin: 2px; background-color: var(--block-bg-color); - font-family: "MonaspaceArgon"; + font-family: MonaspaceArgon, LXGW; word-break: break-all; } @@ -442,7 +442,7 @@ li.md-list-item { } #write table tr th { - font-family: SourceHanSerifCN; + font-family: GlowSansSC; /* text-align: center; */ min-width: 10rem; font-weight: bold; @@ -510,7 +510,7 @@ sup.md-footnote { .md-comment { color: #a8a8a9; opacity: 1; - font-family: "JetBrainsMono"; + font-family: "MonaspaceArgon"; } /* @@ -648,7 +648,7 @@ span.file-node-title-ext-part { /* Meta Block */ pre.md-meta-block { - font-family: "JetBrainsMono"; + font-family: "MonaspaceArgon"; color: var(--primary-color); background: #f6f8fa; padding: 1.5rem; @@ -715,7 +715,7 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { .cm-s-inner.CodeMirror { padding: 1.2rem 0.8rem; color: #4f5467; - font-family: "MonaspaceArgon"; + font-family: MonaspaceArgon, LXGW; border-radius: 10px; background-color: var(--block-bg-color); /* border: 1px solid #eef2f5;*/ diff --git a/fugu/LXGW WenKai Mono.ttf b/fugu/LXGW.ttf similarity index 100% rename from fugu/LXGW WenKai Mono.ttf rename to fugu/LXGW.ttf