The formatname field has no H3 styling, but the "User Profile Page Title" tab does. You could just create a new tab in the same tab position as "User Profile Page Title" and put the formatname field in CB > Field Management on it then unpublish "User Profile Page Title". Alternatively you can restyle the H3 to display however you like using CSS. Example as follows.
Code:
.cbProfileTitle h3 {
font-size: 2.5rem;
}
See below on how to use CSS overrides in CB.
www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy