LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices

Reply
 
LinkBack Search this Thread
Old 11-13-2008, 04:03 PM   #1
UMG:Chicken_Soüp
Member
 
Registered: Nov 2007
Location: Neptune, NJ (exit 100)
Distribution: Slack, Solaris, whatever I have space for
Posts: 32

Rep: Reputation: 16
Why do fonts in IE look so much better than in Firefox?


I'm using Georgia, a font designed for on-screen viewing.

IE fonts look great; words are crisp, clear, and easy on the eye. Firefox looks, well, functional.

What gives? I'm getting headaches.

Bear in mind that I'm coding for the world and have no control over their Firefox installation. Sure, on my desktop I can do stuff to make it look better, but that's not what I'm asking.
 
Old 11-13-2008, 04:21 PM   #2
trickykid
Guru
 
Registered: Jan 2001
Posts: 24,121

Rep: Reputation: 121Reputation: 121
Why do ugly girls always look prettier when you're drunk?

Honestly, I think fonts look better in Firefox within Linux. I guess it just boils down to user preferences and how you got your box configured.
 
Old 11-13-2008, 05:10 PM   #3
ErV
Senior Member
 
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Blog Entries: 3

Rep: Reputation: 61
Quote:
Originally Posted by UMG:Chicken_Soüp View Post
I'm using Georgia, a font designed for on-screen viewing.

IE fonts look great; words are crisp, clear, and easy on the eye. Firefox looks, well, functional.
1) Can you provide screenshots and link to the some kind of test page for comparison?
2) Are you using Linux firefox? (not mentioned, and question is in "general") Which version? Which distribution?

Last edited by ErV; 11-13-2008 at 05:12 PM.
 
Old 11-13-2008, 09:01 PM   #4
wizardhat
Member
 
Registered: Apr 2008
Location: Melbourne, Australia
Distribution: Slackware 12.2
Posts: 52
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by ErV View Post
2) Are you using Linux firefox? (not mentioned, and question is in "general") Which version? Which distribution?
And do you have the MS Core Fonts installed?
 
Old 11-13-2008, 10:43 PM   #5
UMG:Chicken_Soüp
Member
 
Registered: Nov 2007
Location: Neptune, NJ (exit 100)
Distribution: Slack, Solaris, whatever I have space for
Posts: 32

Original Poster
Rep: Reputation: 16
Hi Folks,

~ I am using Windows FF v3.0.4
~ I do not have MS Core fonts installed, but the assumption is that the end-user will also have no extra fonts installed.
~ Screenie:
http://www.miklas.org/images/font_comparison.png

css declaration.. perhaps you can recommend the best-looking FireFox serif font? But from what I understand the default FF font is a serif font... I'm surprised that it doesn't look better.

.base {
color : #000000;
font-family:"Georgia";
font-size: 12pt;
text-decoration: none; }

Last edited by UMG:Chicken_Soüp; 11-13-2008 at 10:46 PM.
 
Old 11-14-2008, 01:24 AM   #6
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,545

Rep: Reputation: 49
Quote:
Originally Posted by UMG:Chicken_Soüp View Post
Hi Folks,

~ I am using Windows FF v3.0.4
~ I do not have MS Core fonts installed, but the assumption is that the end-user will also have no extra fonts installed.
~ Screenie:
http://www.miklas.org/images/font_comparison.png

css declaration.. perhaps you can recommend the best-looking FireFox serif font? But from what I understand the default FF font is a serif font... I'm surprised that it doesn't look better.

.base {
color : #000000;
font-family:"Georgia";
font-size: 12pt;
text-decoration: none; }


Could we change the fonts and make it look like Mac or Vista, or whatever but nicer?

what are the config files and what fonts to put into ~/.fonts ??




--
http://img509.imageshack.us/my.php?i...shtsn19lo0.jpg
 
Old 11-14-2008, 02:35 AM   #7
ErV
Senior Member
 
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Blog Entries: 3

Rep: Reputation: 61
Quote:
Originally Posted by wizardhat View Post
And do you have the MS Core Fonts installed?
Do you ask me or the OP? I do have them.

Quote:
Originally Posted by UMG:Chicken_Soüp View Post
~ I am using Windows FF v3.0.4
~ I do not have MS Core fonts installed, but the assumption is that the end-user will also have no extra fonts installed.
~ Screenie:
http://www.miklas.org/images/font_comparison.png

css declaration.. perhaps you can recommend the best-looking FireFox serif font? But from what I understand the default FF font is a serif font... I'm surprised that it doesn't look better.

.base {
color : #000000;
font-family:"Georgia";
font-size: 12pt;
text-decoration: none; }
It still would be nice to have full html code for comparison, not just css. This:
Code:
<HTML>
<HEAD>
<style type="text/css">
.base {
color : #000000;
font-family:"Georgia";
font-size: 12pt;
text-decoration: none; }
</style>
</HEAD>
<BODY>
<div>
At lupatum delenit aigue duos dolor tempor sunt in culpa qui officia d dereud facils est er
</div>
</BODY>
</HTML>
gives (on Linux, ms core fonts are installed):
Opera 9.54
Firefox 3.01
As you can see, opera finds and uses Georgia, while FireFox doesn't. Although maybe html isn't right. Anyway, I think your best bet is to ask mozilla developers or community.
--EDIT--
And another thing.
This:
Code:
<HTML>
<HEAD>
<style type="text/css">
.base {
color : #000000;
font-family:"Georgia";
font-size: 12pt;
text-decoration: none; }
</style>
</HEAD>
<BODY>
<div>
At lupatum delenit aigue duos dolor tempor sunt in culpa qui officia d dereud facils est er
</div>
<font face="Georgia">
At lupatum delenit aigue duos dolor tempor sunt in culpa qui officia d dereud facils est er
</font>
</BODY>
</HTML>
Gives this picture on firefox (see second line of text). Which means that firefox can use georgia after all.

Last edited by ErV; 11-14-2008 at 02:53 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox fonts raylhm Suse/Novell 2 12-04-2007 06:26 PM
new fonts in firefox prozac Linux - Software 2 12-14-2005 05:27 AM
firefox fonts rino.caldelli Mandriva 2 10-23-2005 05:53 AM
fonts in Firefox lumiwa Linux - Newbie 2 09-17-2005 04:12 PM
Firefox Fonts jeffman12 Linux - Software 6 06-07-2004 02:10 PM


All times are GMT -5. The time now is 06:00 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration