diff --git a/index.html b/index.html
index 99f3e8a..927dd6e 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
徐越的自测猫
+
diff --git a/public/Monaco.ttf b/public/Monaco.ttf
new file mode 100644
index 0000000..c19946c
Binary files /dev/null and b/public/Monaco.ttf differ
diff --git a/public/style.css b/public/style.css
new file mode 100644
index 0000000..768aef7
--- /dev/null
+++ b/public/style.css
@@ -0,0 +1,4 @@
+@font-face {
+ font-family: "Monaco";
+ src: url(/Monaco.ttf);
+}
\ No newline at end of file
diff --git a/src/components/CodeEditor.vue b/src/components/CodeEditor.vue
index 90e3bac..e9f6f6b 100644
--- a/src/components/CodeEditor.vue
+++ b/src/components/CodeEditor.vue
@@ -29,7 +29,7 @@ const code = ref(props.modelValue)
const isDark = useDark()
const styleTheme = EditorView.baseTheme({
"& .cm-scroller": {
- "font-family": "Consolas",
+ "font-family": "Monaco",
},
"&.cm-editor.cm-focused": {
outline: "none",
diff --git a/src/icons/Play.vue b/src/icons/Play.vue
deleted file mode 100644
index 31e893f..0000000
--- a/src/icons/Play.vue
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-