Thanks for the reply. I reinstalled FontAgent and did like you suggested and checked the encoding and everything checks out but I'm still having the same problem. Any other ideas I can try? Thanks.
Main Topics
Browse All TopicsOS: Windows XP Pro SP3
Web browser: Firefox & IE
If you take a look at the images you will see that the fonts on the sorceforge and wordpress sites are unreadable. It's not just on those sites but many sites I visit. I think it's a font problem because at one time I installed a trial version of FontAgent Pro and the wizard told me it was going to disable all of the fonts except the system fonts. That's when I started having this problem. I thought when I uninstalled FontAgent Pro that all would return to normal but it hasn't. I've never deleted any fonts so they should be in the font folder in the Control Panel. Can someone tell me if it is a font problem or something else and suggest a solution? Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Compare the fonts from a working system with a non-working system:
download windiff:
http://www.grigsoft.com/do
Compare \\GOODCOMPUTER\C$\WINDOWS\
Where GOODCOMPUTER is the computer name of the working machine and BADCOMPUTER is the name of the non-working machine.
Try this
Right click on your desktop, go to properties, click the settings tab, then the advanced box on bottom right. On the general tab, drop down the DPI setting in the box to 'custom'. slide the ruler to 75percent hit ok, go back in and slide it to 100%, hit ok, apply ok, and restart.
solution 2, sounds dumb but give it a shot. Right click on your desktop , properties and go theme tab. Change the theme something else, hit apply and ok. Check the font on IE. then change theme back.
solution 3. In the code snippet below are all the fonts installed by default in a xp installation. Compare it to the list in your Windows font directory
To restore / add original fonts, have your XP CD ready. Click start , run, cmd and hit enter.
Navigate to the i386 folder of your xp cd rom. You'll be using the command 'expand -r' to copy all missing/corrupted ttf and fon to windows font folder.
examples
for .FON font files
expand -r Sserife.fo_ C:\Windows\Fonts\Sserife.f
for ".TTF" font files:
expand -r Arial.tt_ C:\Windows\Fonts\Arial.ttf
Maybe you can just do wildcards, like expand -r *.tt_ c:\windows\fonts
Business Accounts
Answer for Membership
by: NaturaTekPosted on 2009-06-07 at 06:59:40ID: 24566490
Try this. Reinstall Fontagent. Go into preferences and uncheck 'manage system fonts' and any other 'manage fonts' of any find, apply and ok. Reboot and it will restore system fonts. From there you can uninstall it.
You can also right click in the middle of the page in IE and look at the 'encoding', defaults are UTF-8, be sure to verify it's checked.