From bef978bb1f0b1ef254d8893c0904c92c4227851b Mon Sep 17 00:00:00 2001 From: Nick the Sick Date: Wed, 14 Jan 2026 14:49:47 +0100 Subject: [PATCH] fix: add `font-synthesis` for italic & bold in fonts that don't have them specified #2325 --- packages/core/src/editor/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/editor/editor.css b/packages/core/src/editor/editor.css index df24843ef9..e85a7165d3 100644 --- a/packages/core/src/editor/editor.css +++ b/packages/core/src/editor/editor.css @@ -3,6 +3,7 @@ .bn-editor { outline: none; padding-inline: 54px; + font-synthesis: style weight; /* Define a set of colors to be used throughout the app for consistency see https://atlassian.design/foundations/color for more info */