Skip to content

Commit 5e52ac5

Browse files
birkskyumMilo
authored andcommitted
reapply font fix
1 parent 10fa246 commit 5e52ac5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

packages/solid-repl/repl/main.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import url('@unocss/reset/tailwind.css');
21

32
@font-face {
43
font-family: 'Gordita';
@@ -27,4 +26,12 @@ div[contenteditable='true']:focus {
2726

2827
.dark {
2928
color-scheme: dark;
30-
}
29+
}
30+
31+
div.view-lines.monaco-mouse-cursor-text {
32+
font-family: Menlo, Monaco, 'Courier New', monospace !important;
33+
}
34+
35+
textarea.monaco-mouse-cursor-text:focus {
36+
box-shadow: unset;
37+
}

0 commit comments

Comments
 (0)