diff options
author | Eric Bailey <git@esb.lol> | 2024-09-19 14:41:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 14:41:31 -0500 |
commit | 8a7fc9ad3f822ba77716a6eacb4c08ab2992c506 (patch) | |
tree | 283ea2d9b67da6ea0af2cff7b671b778d00f4297 /web | |
parent | 15231604679675633c72583879234402eea0fa2c (diff) | |
download | voidsky-8a7fc9ad3f822ba77716a6eacb4c08ab2992c506.tar.zst |
[Neue] Ligatures & composer (#5427)
* Disable contextual ligatures * Ensure new type styles are applied to the composer * Clean up using real devices * Feedback
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index 8902f7b6e..1f2309809 100644 --- a/web/index.html +++ b/web/index.html @@ -153,7 +153,6 @@ /* ProseMirror */ .ProseMirror { - font: 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Helvetica, Arial, sans-serif; min-height: 140px; } .ProseMirror-dark { |