When entering editor for templates etc. the default font size is 10 which then has to be changed to something larger. Please provide either a larger default or ability to set font size preference.
You already can change font size and font type.
How do you change the template's default font size/
I would love it if I could specify a font and font size that would be used as the default in all new templates I create. As it is every time I create a new template I have to change the font and font size to match all the others. It seems like a little thing but it ends up being quite time consuming over time.
I found a work around.
I use the Alternative Quick Workaround down below this.
Basically, OR uses an HTML template, so we are limited by that set of rules.
Recommended Solution: Use HTML Mode for Consistent Styling
HTML
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 1.5;">
[Your default text here or placeholder content]
<!-- Insert your field codes as normal -->
</div>
This forces most of the body text to Arial 12pt by default, and new text you type should inherit it better.
Alternative Quick Workarounds
OwnerRez's rich text editor (based on older CKEditor-style tools) sometimes defaults inserted text to 10pt, which is why this happens. HTML mode gives you the most control.