diff options
author | Ben Harris <ben@tilde.team> | 2024-10-17 16:35:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 15:35:08 -0500 |
commit | 92ef7569430e4f1d13dcdeb8a0e685f2b74db5e3 (patch) | |
tree | e25919d1cbe8ca5348e85c56f0ebc7f3bffd17aa | |
parent | 05ca979518f5d5851178aaa69469305db805b95b (diff) | |
download | voidsky-92ef7569430e4f1d13dcdeb8a0e685f2b74db5e3.tar.zst |
remove font for ProseMirror (#5726)
-rw-r--r-- | src/style.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index a4c501cc1..ef22a4457 100644 --- a/src/style.css +++ b/src/style.css @@ -93,8 +93,6 @@ a[role='link'][data-no-underline='1']:hover { /* ProseMirror */ .ProseMirror { - font: 18px -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, - 'Liberation Sans', Helvetica, Arial, sans-serif; min-height: 140px; } .ProseMirror-dark { |