Adding rows of text with different font sizes

Hey,

I have a pretty simply layout. Its just a list of rows with text. There are row that have a 14px and rows that have a 16px font size. Each row should be editable. Like:

Text with 14px
Text with 16px

Text with 16px
Text with 14px

Text with 14px
.
.
.

How do I give the editor a way to add rows and decide if the its a row with 14px or a row with 16px font size?`

Thanks!

You can override h5/h6 for that rich text block for that purpose.

Ah true… thanks! In order to provide a rich text field I have to set up a collection, right?

No, rich text field can be used without a CMS binding on static pages as well

1 Like