Use a custom bbcode: (ACP > Home > Custom BB Codes
View attachment 147964
Then style the size/font of the h2 to suit, in your extra.css - in which case you can give it a class in the custom bbcode
Code:
<h2 class="inpost">{text}</h2>
css:
Code:
.inpost
{font-size:20px;}