Title: Font problems
Last modified: August 19, 2016

---

# Font problems

 *  Resolved [goodasgoldws](https://wordpress.org/support/users/goodasgoldws/)
 * (@goodasgoldws)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/font-problems-4/)
 * Hello
 * This is my blog: [http://www.goodasgoldws.co.uk/blog/](http://www.goodasgoldws.co.uk/blog/)
 * About a month ago, when I wrote the most recent post, the font changed from Arial
   to a smaller, Times New Roman-esque font. I don’t like it, but can’t work out
   what’s happened!
 * I always type my entries in directly or post them from Notepad – never Word.
 * I have checked the source code and can’t see anything wrong.
 * I use IE but have also viewed it in Firefox and it’s still wrong.
 * Do I need to upgrade my version of WordPress? I haven’t got time to work out 
   how to back everything up at the moment in order to do that confidently.
 * Please help!
 * Marie

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/font-problems-4/#post-1204445)
 * Errors have been introduced into your theme’s stylesheet. Try editing style.css
   and changing:
 *     ```
       body {
       font-size: 80%; /* Resets 1em to 10px */
       font-family: 'Arial, Helvetica, sans-serif;
       color: #333;
       text-align: center;
       background-color:#808080;
       }
       ```
   
 * to
 *     ```
       body {
       font-size: 80%; /* Resets 1em to 10px */
       font-family: Arial, Helvetica, sans-serif;
       color: #333;
       text-align: center;
       background-color:#808080;
       }
       ```
   
 * and
 *     ```
       .widecolumn .entry p {
       font-family: 'Arial, Helvetica, sans-serif;
       font-size: 12px;
       }
       ```
   
 * to
 *     ```
       .widecolumn .entry p {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
       }
       ```
   
 *  Thread Starter [goodasgoldws](https://wordpress.org/support/users/goodasgoldws/)
 * (@goodasgoldws)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/font-problems-4/#post-1204503)
 * Esmi, thank you for your reply – where do I do this?
 *  [henkholland](https://wordpress.org/support/users/henkholland/)
 * (@henkholland)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/font-problems-4/#post-1204517)
 * Quote: “…Try editing style.css and changing:…”
 * meaning in `style.css` in your theme’s folder; either through Admin/
    or locally
   and then uploading the new file.
 *  [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/font-problems-4/#post-1204539)
 * goodasgoldws,
 * Just to be sure you know where you are heading:
 * • Log in to your admin area
    • Visit Appearance • Visit Editor • Click on style.
   css ( bottom / right-side list ) • Do a search for the both ( .widecolumn . entry
   and body )
 * Hope this helps.
 *  Thread Starter [goodasgoldws](https://wordpress.org/support/users/goodasgoldws/)
 * (@goodasgoldws)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/font-problems-4/#post-1204801)
 * Thank you, all! It’s fixed. doc4, your description of how to get there was especially
   helpful.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Font problems’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 4 participants
 * Last reply from: [goodasgoldws](https://wordpress.org/support/users/goodasgoldws/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/font-problems-4/#post-1204801)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
