Skip to content

Commit e3815a4

Browse files
committed
修改字體設置
1 parent a45875a commit e3815a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ body {
4242
background-color: var(--primary-bg-color);
4343
}
4444
kbd {
45-
font-family: Fantasque Sans Mono, Inter, monospace;
45+
font-family: Maple Mono, LXGW WenKai, Maple Mono CN, Fantasque Sans Mono, Inter, monospace;
4646
}
4747
.text-box {
4848
display: flex;
@@ -55,7 +55,7 @@ kbd {
5555
//border: 1px dotted;
5656
//border-radius: 32px;
5757
color: var(--secondary-fg-color);
58-
font-family: Fantasque Sans Mono, LXGW WenKai, Inter, sans-serif;
58+
font-family: Maple Mono, LXGW WenKai, Maple Mono CN, Fantasque Sans Mono, Inter, sans-serif;
5959
font-size: 3.5rem;
6060
padding: 16px 32px;
6161
text-align: center;
@@ -88,7 +88,7 @@ kbd {
8888
margin: 2px;
8989
border: 1px dotted;
9090
border-radius: 24px;
91-
font-size: 2.5rem;
91+
font-size: 2.2rem;
9292
overflow: hidden;
9393
}
9494
.input-code.freeplay {
@@ -105,7 +105,7 @@ kbd {
105105
color: var(--accent-color-done);
106106
}
107107
.translated-input, .lookup-code, .exercises, .theories {
108-
font-family: LXGW WenKai, Inter, sans-serif;
108+
font-family: Maple Mono, LXGW WenKai, Maple Mono CN, Fantasque Sans Mono, Inter, sans-serif;
109109
font-size: 2rem;
110110
}
111111
.input-code .single-column {
@@ -188,7 +188,7 @@ kbd {
188188
visibility: hidden;
189189
}
190190
.key .label {
191-
font-size: 2.5rem;
191+
font-size: 2.2rem;
192192
margin: auto;
193193
vertical-align: middle;
194194
}

0 commit comments

Comments
 (0)