Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > The Community > Comments / Feedback / Suggestions
Reload this Page Really bad fonts on LinuxForums.org
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Comments / Feedback / Suggestions Post bugs, comments, suggestions and anything else site related in here. Also see the Site News section for LinuxForums announcements

Site Navigation
Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 12-31-2005   #1 (permalink)
Super Moderator
 
Join Date: May 2004
Location: arch linux
Posts: 9,624
Really bad fonts on LinuxForums.org [SOLVED]

Hello admins... can anyone tell me why the fonts look so bad on this site? I've surfed to at least 50 different sites immediately before posting this to make sure it's only here, and the fonts looked great on all the other websites.

Here's a comparison screenshot to explain what I'm referring to:



As you can see in the shot, the fonts at the Fvwm (Window Manager) Forum look nice and crisp, whereas they look bumpy and almost unreadable in some places on this site. I do understand they don't look this way for everyone, or they'd all be complaining.

Thanks in advance for any help.

Last edited by ozar; 02-05-2006 at 05:27 PM. Reason: problem solved
ozar is offline   Reply With Quote
Old 01-01-2006   #2 (permalink)
Linux Guru
 
budman7's Avatar
 
Join Date: Oct 2004
Location: Knee deep in Grand Rapids, Michigan
Posts: 3,242
I thought it was just my computer not displaying the fonts correctly.

On most websites I have to do CTRL++ to get them to where they are good.
__________________
Go RedWings
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger

New users read The FAQ
budman7 is offline   Reply With Quote
Old 01-01-2006   #3 (permalink)
Linux Enthusiast
 
scientica's Avatar
 
Join Date: Sep 2003
Location: South- or "Mid-" Sweden
Posts: 742
Send a message via ICQ to scientica
the problem is this css rule I think:
Code:
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
I always use one of the 5 generic font families for my sites:
serif, sans-serif, monospace, cursive or fantasy (I favour sans-serif and monospace, since they are the ony ones that, imho, looks good on a screen, I sometimes use serif for headings on stuff that's ment to end up on paper, since it looks a little better for headlines on printed paper, but i tend to stay true to sans-serif and monospace(<- ][ 8> monospace ) )
http://www.w3.org/Style/Examples/007/fonts.html

btw, iirc verdana is a MS font, that is, one is expected to only find them (legally (it wouldn't surprise me if it'd be illegal eg in the USA to copy that font from a MS install and use it in linux - since I guess fonts are bent-over under "interlectual pen^H^Hroperty")) on windows machines.
__________________
Regards Scienitca (registered user #335819 - http://counter.li.org )
--
A master is nothing more than a student who knows something of which he can teach to other students.
scientica is offline   Reply With Quote
Old 01-01-2006   #4 (permalink)
Linux User
 
Giles's Avatar
 
Join Date: May 2005
Location: Gloucestershire, UK
Posts: 263
If its a really big problem & you use Firefox there's a work around:

Edit > Preferences > Content Tab > Under "Fonts & Colors" click "Advanced" > Uncheck "Allow pages to chose their own fonts, instead of my selections above".

(Though of course that'll then apply to every site you visit until you change the settings back)

Toodle-oo
Giles
__________________
"Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
Registered linux user #391027
Giles is offline   Reply With Quote
Old 01-01-2006   #5 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 3,759
Send a message via AIM to Dapper Dan
Ozar, I'm not having this problem at all and I use Friefox too. My fonts here look as good as the page on the right in the screen you show above. In fact, since I downloaded the latest Nvidia drivers and let the configurator configure itself automatically, all my fonts look far better than they used to.
Dapper Dan is offline   Reply With Quote
Old 01-01-2006   #6 (permalink)
Super Moderator
 
Join Date: May 2004
Location: arch linux
Posts: 9,624
Hey guys, thanks for the replies. I'm glad to hear that it's not just on my own machines, although I am sorry to hear that you too are seeing those ugly fonts.

Quote:
Originally Posted by scientica
the problem is this css rule I think:
Code:
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
btw, iirc verdana is a MS font,
That's exactly what I was thinking, too, scientica. I'd already reviewed the source code and when I saw verdana first in the list, I figured that was the problem. If the fonts order were changed around, it would probably clear up the issue. Yeah, using a Microsoft font (especiallly first in the fonts list) on a Linux site just doesn't seem right.

Thanks for the suggestion Giles, but that's the work around I've already been using. The thing is, by using it fonts on every website look the same. Still it's better than looking at the ugly fonts on this website.

Thanks for the input Dapper Dan, I'll look into the nvidia configuration idea to see if that helps.
ozar is offline   Reply With Quote
Old 01-02-2006   #7 (permalink)
Linux Enthusiast
 
scientica's Avatar
 
Join Date: Sep 2003
Location: South- or "Mid-" Sweden
Posts: 742
Send a message via ICQ to scientica
You could try overriding the CSS with a firefox extension, I'm not at home now (so I can't check), but iirc it's the Developper's Toolbar extension that offers that extension.
__________________
Regards Scienitca (registered user #335819 - http://counter.li.org )
--
A master is nothing more than a student who knows something of which he can teach to other students.
scientica is offline   Reply With Quote
Old 01-02-2006   #8 (permalink)
Super Moderator
 
Join Date: May 2004
Location: arch linux
Posts: 9,624
Quote:
Originally Posted by scientica
You could try overriding the CSS with a firefox extension, I'm not at home now (so I can't check), but iirc it's the Developper's Toolbar extension that offers that extension.
Thanks, scientica - that's a good idea, too. I'll look into that as another option.
ozar is offline   Reply With Quote
Old 01-03-2006   #9 (permalink)
Linux Guru
 
kkubasik's Avatar
 
Join Date: Mar 2004
Location: Lat: 39:03:51N Lon: 77:14:37W
Posts: 2,397
Send a message via AIM to kkubasik
Quote:
Originally Posted by scientica
You could try overriding the CSS with a firefox extension, I'm not at home now (so I can't check), but iirc it's the Developper's Toolbar extension that offers that extension.
My solution, works fine, I'll post a link to the file when I get home for any of you web-illiterate out there.
__________________
Avoid the Gates of Hell. Use Linux
A Penny for your Thoughts

Formerly Known as qub333
kkubasik is offline   Reply With Quote
Old 01-25-2006   #10 (permalink)
Super Moderator
 
Join Date: May 2004
Location: arch linux
Posts: 9,624
Hmm... wonder if this could be related to the way fonts are setup in my particular distro?

[Fixed... see "edit" note below]

Last edited by ozar; 02-05-2006 at 05:29 PM. Reason: SOLVED: distro related - disabling bitmap fonts fixed it
ozar is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Job Search
keyword location
Post a Job »
job title, keywords or company
city, state or zip jobs by job search

Free Magazines
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say. So when it comes right down to it, how does the Google selection stack up against the rest of messaging security's big guns?
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 02:28 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0