From 7.1 we added a new setting where you may change the default font used by the CKEditor. This setting is set in Settings - System -Settings

To set default font to Verdana 12px you add the following:
<p style='font-family:Verdana; font-size:12px'> </p>
You need to keep at least one space between start and stop brackets.