I am using ACE editor on my page,
To my knowledge there is no shortcut to directly change Ace's font family other than editor.setOptions().
editor.setOptions()
However you can set the font size in pixels directly by calling:
editor.setFontSize(10) // will set font-size: 10px