fix: unify line height across default fonts (#9513)

This commit is contained in:
Marcel Mraz
2025-05-14 16:02:01 +02:00
committed by GitHub
parent d92a849038
commit 6b5fb30d69
2 changed files with 3 additions and 3 deletions

View File

@@ -1324,7 +1324,7 @@ describe("textWysiwyg", () => {
).toEqual(FONT_FAMILY.Nunito);
expect(
(h.elements[1] as ExcalidrawTextElementWithContainer).lineHeight,
).toEqual(1.35);
).toEqual(1.25);
});
describe("should align correctly", () => {