refactor: FONT_FAMILY and related helpers
This commit is contained in:
@@ -58,7 +58,7 @@ describe("restoreElements", () => {
|
||||
const textElement = API.createElement({
|
||||
type: "text",
|
||||
fontSize: 14,
|
||||
fontFamily: FONT_FAMILY.Virgil,
|
||||
fontFamily: FONT_FAMILY.HAND_DRAWN.fontFamilyId,
|
||||
text: "text",
|
||||
textAlign: "center",
|
||||
verticalAlign: "middle",
|
||||
|
||||
Reference in New Issue
Block a user