| | |
Displayed Text in MS Internet Explorer
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
Ok, so I've just spent a couple hours getting my site set up the way(in my limited abilities) I want it. I'm ok with the layout, and I set all the fonts for the text. I did this using an Apple, but in Windows IE makes all the text look junky.
Are there certain fonts that Windows can handle better than others?
Thanks,
Jeff
Are there certain fonts that Windows can handle better than others?
Thanks,
Jeff
•
•
Join Date: Nov 2003
Posts: 207
Reputation:
Solved Threads: 1
Try using fonts that both OS's use commonly... first pick for alot of websites is Verdana. I personally use this CSS tag for my fonts:
HTML and CSS Syntax (Toggle Plain Text)
body { font-family: Verdana, Arial, Georgia; }
•
•
Join Date: Feb 2004
Posts: 54
Reputation:
Solved Threads: 0
Yes, you should use traditional web design fonts....others will read differently on other OS's. You can always develop an image if you want to use a particular font that is not one of the acceptable ones. Only thing with that is that the search engines will not pick up the text if it is in the form of an image.
•
•
•
•
Originally Posted by rixius
Try using fonts that both OS's use commonly... first pick for alot of websites is Verdana. I personally use this CSS tag for my fonts:
HTML and CSS Syntax (Toggle Plain Text)
body { font-family: Verdana, Arial, Georgia; }
HTML and CSS Syntax (Toggle Plain Text)
body { font-family: Verdana, Arial, Georgia, sans-serif; }
Thanks, Verdana does seem to look better than the fonts I want to use. It isn't whether Windows comes preloaded with them, it's how good or bad they look when the page loads. On my mac there's Quartz. So OS X anti-asliases text so much better than Windows. But with Verdana as the first font choice, the problem is now solv...er..tolerated :-P
Thanks guys,
jeff
Thanks guys,
jeff
gortonsfi, write a CSS sheet for them, then using java have it first find the os of the computer and if OS == Apple/Macintosh then use CSS sheet so and so else OS == Windows use CSS sheet so and so. this will allow users on different platforms to view your site and get the most out of it that they can. i dont know enough java to give you the specifics, but im sure someone in the java section can more easily point you in the right direction.
Dont forget to spread the reputation to those that deserve!
I can't find quartz on my computer so I'm guessing windows doesn't have it at all. Therefore you could do this the easy way:
body { font-family: Quartz, Verdana, Arial, Georgia, sans-serif; }
This looks first to see if there's a font called quartz on the computer. If yes, it uses it. If no, it tries for verdana. and so on.
The only risk with this technique is that someone might have installed a windows font of the same name, which might not be clear and easy to read. Having googled it, the only quartz fonts I can find are lcd style ones. e.g.
http://www.fontfinder.ws/19137/Quartz.html
If that is the font you want (and I don't think it is somehow!) you could put LCD on as the second alternative. If not then consider Killer_typo's route just in case. Ofcourse, you're not talking about many people who would have downloaded that font, but to be on the safe side...
Regards
Dave
body { font-family: Quartz, Verdana, Arial, Georgia, sans-serif; }
This looks first to see if there's a font called quartz on the computer. If yes, it uses it. If no, it tries for verdana. and so on.
The only risk with this technique is that someone might have installed a windows font of the same name, which might not be clear and easy to read. Having googled it, the only quartz fonts I can find are lcd style ones. e.g.
http://www.fontfinder.ws/19137/Quartz.html
If that is the font you want (and I don't think it is somehow!) you could put LCD on as the second alternative. If not then consider Killer_typo's route just in case. Ofcourse, you're not talking about many people who would have downloaded that font, but to be on the safe side...
Regards
Dave
I'm satisfied using Verdana now, but thanks.
FYI Quartz isn't a font it's this: http://www.apple.com/macosx/features/quartz/
It's what makes everything in OS X look so darn good.
FYI Quartz isn't a font it's this: http://www.apple.com/macosx/features/quartz/
It's what makes everything in OS X look so darn good.
Ah I see. I really will have to get round to buying one sometime...
![]() |
Similar Threads
- News Story: Internet Explorer fault (Network Security)
- News Story: Microsoft announces host of new Internet Explorer 8 security features (Web Browsers)
- News Story: New Internet Explorer 8 functionality revealed (Web Browsers)
- SnipIT - An addon for Internet Explorer on Vista (Windows Vista and Windows 7)
Other Threads in the HTML and CSS Forum
- Previous Thread: Highlighting a line with BG color
- Next Thread: Heading tags and div tags
| Thread Tools | Search this Thread |
appointments asp background backgroundcolor beta browser bug calendar cart cgi code codeinjection corporateidentity css design development displayimageinsteadofflash dreamweaver emailmarketing epilepsy explorer firefox flash form google griefers hackers hitcounter hover html ie7 ie8 iframe image images internet intranet iphone javascript jpeg layout macbook maps mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization pnginie6 positioning scroll seo shopping swf swf. textcolor timecolor titletags url urlseparatedwords visualization web webdevelopment webform website windows7





