Front page posting is what the P2 theme is all about – but I personally find the default font size on the front page a bit too small. Perhaps it’s my raging tired eyes. In every child theme I write for P2, I usually increase this – both for immediate posting, as well as for text editing (which also happens inline on the front page).
To do that, add the following to your style.css file:
/* larger text for post box and editing */ #postbox textarea #posttext, textarea.posttext { font-size: 1.3em !important; }