use Monaco

This commit is contained in:
2024-01-24 09:14:48 +08:00
parent dc347f8aa5
commit 2cae0fd3ed
2 changed files with 3 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ function type(status: ProblemStatus) {
.problemContent .testcase {
font-size: 14px;
white-space: pre;
font-family: "Consolas";
font-family: "Monaco";
}
.problemContent .success {
@@ -208,7 +208,7 @@ function type(status: ProblemStatus) {
}
.problemContent > .content > pre > code {
font-family: "Consolas";
font-family: "Monaco";
}
.__layout-dark .problemContent > .content > pre {