From 8a7fc9ad3f822ba77716a6eacb4c08ab2992c506 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 19 Sep 2024 14:41:31 -0500 Subject: [Neue] Ligatures & composer (#5427) * Disable contextual ligatures * Ensure new type styles are applied to the composer * Clean up using real devices * Feedback --- web/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'web/index.html') 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 { -- cgit 1.4.1