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 /bskyweb | |
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 'bskyweb')
-rw-r--r-- | bskyweb/templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 5dc5a9e8a..f7acd4614 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -149,7 +149,6 @@ /* ProseMirror */ .ProseMirror { - font: 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Helvetica, Arial, sans-serif; min-height: 140px; } .ProseMirror-dark { |