Arial Output
I need a Style to get Arial 12 or 14 pt as Output.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Fletcher on 25 Jan, 2022 09:58 PM
If you're referring to the HTML output, you can control the font, size, and everything else via the CSS you use.
For example --
body{font:12px arial;}