Hello @gs1623
Thank you for explaining. I comprehend your point, but presently there are no plans for that. Nonetheless, the boxes are compatible with HTML, so you can insert custom CSS. For instance, you can bold your text by adding <b> tags around it with a closing </b>. You can also use <em> tags to italicize text. To experiment, add the provided code to the body or additional content. If you need to design the text, HTML and CSS should suffice.
This is <b>bold text</b>, and this is <em>italic text</em>.
<h2>This is a heading</h2>