use consolas.

This commit is contained in:
2023-06-27 08:48:59 +08:00
parent 6ddb69531c
commit c888d21625

View File

@@ -204,6 +204,9 @@ function type(status: ProblemStatus) {
box-sizing: border-box; box-sizing: border-box;
transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.problemContent > .content > pre > code {
font-family: "Consolas"; font-family: "Consolas";
} }