Skip to content

Failed to read Font Size when the content is nested with other styling. #1815

Closed Answered by nperez0111
Arik14 asked this question in Questions & Help
Discussion options

You must be logged in to vote

nested spans do not work because prosemirror (our underlying library) strips it by default. The correct way to specify this would be with a single span tag like:

<span style="font-size: 40px; font-family: Arial">INNER TEXT</span>

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@WangHaohui-org
Comment options

@CarlMenke
Comment options

@nperez0111
Comment options

Answer selected by nperez0111
@ghlLarney
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants