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

View File

@@ -42,6 +42,6 @@ function clear() {
.testcase { .testcase {
white-space: pre; white-space: pre;
font-size: 16px; font-size: 16px;
font-family: "Consolas"; font-family: "Monaco";
} }
</style> </style>