Change Font Size of Wordpress

Discussion in 'WordPress' started by bigmodo, Jun 10, 2009.

  1. #1
    i am using wordpress.org. do you know how i can change my font size to something bigger?
     
    bigmodo, Jun 10, 2009 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Open the stylesheet in the theme folder (default one is style.css) and search for font-size. There will be several font sizes so you first need to find the right one.

    For example, to increase the size of the content look for this code:
    
    #content {
    	font-size: 1.2em;
    	}
    Code (markup):
    Change the font-size to 1.5em to make it larger or 1em to make it smaller.
     
    Cash Nebula, Jun 10, 2009 IP