Skip to content

Commit

Permalink
feat: force mermaid.live use monospace font
Browse files Browse the repository at this point in the history
  • Loading branch information
acro5piano committed Mar 20, 2024
1 parent cd7ac01 commit 0e2597f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifest.json
Expand Up @@ -65,6 +65,14 @@
"./sites/meet.google.com/index.js"
]
},
{
"matches": [
"https://mermaid.live/*"
],
"css": [
"./sites/mermaid.live/index.css"
]
},
{
"matches": [
"https://secure.freee.co.jp/*"
Expand Down
3 changes: 3 additions & 0 deletions sites/mermaid.live/index.css
@@ -0,0 +1,3 @@
.monaco-mouse-cursor-text {
font-family: monospace !important;
}

0 comments on commit 0e2597f

Please sign in to comment.