I write my posts on Microsoft Word and then copy them over to WordPress using the copy feature. Instead of the font being the same size as that in Word, it is actually smaller when I publish it. I would like to change all of the font sizes on the posts without having to go to the 100+ posts and change each of the (small font) to (medium font). Any ideas?
Open style.css and find all references to font-size:12px;
. Change the value to your desired size.