mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-19 12:14:24 +01:00
fix: unify line height across default fonts (#9513)
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user