In the recent skins there is CSS controlling the WYSIWYG editors in style-artisteer-overrides.css that looks like this, so you can add to that file or make a new css file and link it in through style.config.
body.wysiwygeditor h1 { font-size:28px; }
body.wysiwygeditor h2 {font-size :24px;}
body.wysiwygeditor h3 { font-size: 22px; }
body.wysiwygeditor h4 { font-size: 18px; }
body.wysiwygeditor h5 { font-size: 16px; }
This only affects how the headings display in the editor.
Hope that helps,
Jamie