tiptap/.changeset/tiny-buckets-behave.md
SanderLeenders 38abfdf9ea
fix(font-family): Prevent removal of quotes in parseHTML (#5828)
Removed the quote removal step in font-family parsing to support fonts that contain both spaces and numbers, such as "Exo 2", which require quotes for proper recognition.

---------

Co-authored-by: Sander <sander@blueberry.nl>
Co-authored-by: Nick Perez <nicholas.perez@tiptap.dev>
2024-11-17 14:56:26 +01:00

110 B

@tiptap/extension-font-family
patch

Font-family extension: Prevent removal of quotes in parseHTML