This commit is contained in:
lzy
2024-04-04 20:46:41 +08:00
parent 9f884e6bfa
commit 23469c469d
2 changed files with 10 additions and 10 deletions

View File

@@ -89,7 +89,7 @@
font-family: "LXGW"; font-family: "LXGW";
font-weight: regular; font-weight: regular;
font-style: normal; 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-break: break-word;
word-wrap: break-word; word-wrap: break-word;
text-align: left; text-align: left;
font-family: "GlowSansSC", "MonaspaceArgon"; font-family: "GlowSansSC";
margin-bottom: 20rem; margin-bottom: 20rem;
} }
@@ -159,7 +159,7 @@
[md-inline="image"] > .md-meta { [md-inline="image"] > .md-meta {
word-break: break-all; word-break: break-all;
font-weight: normal; font-weight: normal;
font-family: "JetBrainsMono"; font-family: "MonaspaceArgon";
padding-left: 0.15rem; padding-left: 0.15rem;
padding-right: 0rem; padding-right: 0rem;
color: var(--marker-color); color: var(--marker-color);
@@ -170,7 +170,7 @@
*/ */
.md-toc-content { .md-toc-content {
font-family: "SourceHanSerifCN"; font-family: "GlowSansSC";
} }
.md-toc-content:empty:before { .md-toc-content:empty:before {
@@ -178,7 +178,7 @@
} }
#write div.md-toc-tooltip { #write div.md-toc-tooltip {
font-family: "SourceHanSerifCN"; font-family: "GlowSansSC";
color: var(--primary-color); color: var(--primary-color);
position: static; position: static;
margin-top: 10px; margin-top: 10px;
@@ -387,7 +387,7 @@ li.md-list-item {
border-radius: 7px; border-radius: 7px;
margin: 2px; margin: 2px;
background-color: var(--block-bg-color); background-color: var(--block-bg-color);
font-family: "MonaspaceArgon"; font-family: MonaspaceArgon, LXGW;
word-break: break-all; word-break: break-all;
} }
@@ -442,7 +442,7 @@ li.md-list-item {
} }
#write table tr th { #write table tr th {
font-family: SourceHanSerifCN; font-family: GlowSansSC;
/* text-align: center; */ /* text-align: center; */
min-width: 10rem; min-width: 10rem;
font-weight: bold; font-weight: bold;
@@ -510,7 +510,7 @@ sup.md-footnote {
.md-comment { .md-comment {
color: #a8a8a9; color: #a8a8a9;
opacity: 1; opacity: 1;
font-family: "JetBrainsMono"; font-family: "MonaspaceArgon";
} }
/* /*
@@ -648,7 +648,7 @@ span.file-node-title-ext-part {
/* Meta Block */ /* Meta Block */
pre.md-meta-block { pre.md-meta-block {
font-family: "JetBrainsMono"; font-family: "MonaspaceArgon";
color: var(--primary-color); color: var(--primary-color);
background: #f6f8fa; background: #f6f8fa;
padding: 1.5rem; padding: 1.5rem;
@@ -715,7 +715,7 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel {
.cm-s-inner.CodeMirror { .cm-s-inner.CodeMirror {
padding: 1.2rem 0.8rem; padding: 1.2rem 0.8rem;
color: #4f5467; color: #4f5467;
font-family: "MonaspaceArgon"; font-family: MonaspaceArgon, LXGW;
border-radius: 10px; border-radius: 10px;
background-color: var(--block-bg-color); background-color: var(--block-bg-color);
/* border: 1px solid #eef2f5;*/ /* border: 1px solid #eef2f5;*/