Title: Font problem
Last modified: August 19, 2016

---

# Font problem

 *  Resolved 757455
 * [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/)
 * I’m so confused. I’ve searched my stylesheet and can’t figure out why I’m having
   font problems. If a person looks at my posts one at a time, the font is fine.
   But when you select HOME, everything shows in courier new. This includes the 
   sidebar, too. Oh, I take that back. The only thing that shows correctly in this
   view is the introduction, which still shows in Trebuchet MS.
 * Does anyone know how to correct this? Has anyone had the same problem? I’ve been
   up and running for a year, maybe? It started suddenly a couple of days ago.
 * Any help would be greatly appreciated.
 * Lynn

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

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/#post-813288)
 * Putting on the broken record: Whats is the url to your blog? How can we help 
   you without being able to look at it???
 *  Thread Starter 757455
 * [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/#post-813289)
 * Oh, I’m sorry. It’s:
 * [http://www.completelyunfinished.com/blog/](http://www.completelyunfinished.com/blog/)
 *  Thread Starter 757455
 * [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/#post-813352)
 * I don’t know if bumping is allowed, here (this is my first time), but I’m really
   stumped. Does anyone have an idea of what’s up with the problem I have? Thanks
   for any help.
 * Lynn again
 *  Thread Starter 757455
 * [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/#post-813358)
 * ‘K, I just tried reloading the theme files. Now I’ve screwed up my banner and
   intro. This is getting frustrating.
 *  Thread Starter 757455
 * [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/#post-813383)
 * Got my banner and intro back to normal, but I’m STILL having problems with the
   font — ONLY in the HOME view. Daily posts are fine. This is really driving me
   NUTS! I’ve checked the stylesheet, and I can’t find the problem. I must be looking
   at the wrong thing? I thought the stylesheet was the only place you could control
   fonts. Hmmm…
 *  [Eric Amundson](https://wordpress.org/support/users/sewmyheadon/)
 * (@sewmyheadon)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/#post-813391)
 * Hey Lynn, I guess I’m not seeing the issue in Firefox 3 – did you get it sorted
   out?
 * I do see that you have a few [validation errors](http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.completelyunfinished.com%2Fblog%2F)–
   one of which is missing end tags that could definitely affect the display in 
   some browsers.
 * You might want to fix as many of the validation errors as you can. It may take
   a little time, but should be worth it. 🙂
 *  Thread Starter 757455
 * [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/#post-813464)
 * Hi! Thank you! Um, well, I didn’t get it fixed, but it seems to have gone back
   to the right font the last two posts. Very odd. I’ll go back and see if I can
   see what you’re talking about. Thank you so much for the advice!
 *  [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * (@chaoskaizer)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/#post-813465)
 * just a wild guess, its probably a Flash of Unstyled Content (FOUC) its a rare
   bug on IE. Looking at your stylesheet tag there is “unneeded space” and will 
   need a bit of trimming.
 * find inside your theme header.php
 *     ```
       <style type="text/css" media="screen">
       		@import url( http://www.completelyunfinished.com/blog/wp-content/themes/organic-10/style.css );
       	</style>
       ```
   
 * replace with :
 *     ```
       <style type="text/css" media="screen">
       /*<![CDATA[*/
       @import url('<?php echo wp_make_link_relative(get_bloginfo('stylesheet_url'));?>');
       /*]]>*/
       </style>
       ```
   
 *  Thread Starter 757455
 * [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/#post-813475)
 * Hmmmm. . . I tried that, and it didn’t work, so I put it back the way it was.
   I’m afraid to leave it there until I find out just what’s screwing the fonts 
   in the sidebar up, etc. After I find it, then I can replace that for good, I 
   think. Thank you for trying!

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

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

## Tags

 * [font](https://wordpress.org/support/topic-tag/font/)
 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)

 * 9 replies
 * 4 participants
 * Last reply from: 757455
 * Last activity: [17 years, 10 months ago](https://wordpress.org/support/topic/font-problem-1/#post-813475)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
