Current location: Hot Scripts Forums » General Web Coding » CSS » -webkit-font-smoothing: none; in firefox


-webkit-font-smoothing: none; in firefox

Reply
  #1 (permalink)  
Old 09-02-10, 07:20 AM
mjjwatson mjjwatson is offline
Newbie Coder
 
Join Date: Nov 2009
Posts: 26
Thanks: 2
Thanked 1 Time in 1 Post
-webkit-font-smoothing: none; in firefox

Hey,

I'm trying to get, as best as I can, a crossbrowser solution for turning off font smoothing. A client wants a site with a bitmappy, tech, retro font to be used in headers, which looks rubbish on macs, and anything with font smoothing.

-webkit-font-smoothing: none; works great for chrome & safari, but that's as far as I've got.

Anyone know if it's possible to turn off font smoothing in firefox, with CSS? Couldn't find any solutions on the old google.

Cheers.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-03-10, 04:17 AM
Yeroon's Avatar
Yeroon Yeroon is offline
Code Master
 
Join Date: Aug 2007
Location: Netherlands, Nijmegen
Posts: 850
Thanks: 2
Thanked 20 Times in 20 Posts
Hi,

Nice new specification for CSS3, but not guaranteed to work for all browsers. Read more here:

CSS3 module: Fonts

So first off you need to set the propertie to "never" instead of "none".
css Code:
  1. font-smooth:never
But I have just tried this and seems nothing much is happening (chrome, ie8). So maybe somehow it get's ignored or overwritten by system settings?
__________________
Feel free to thank people if they help you by clicking thanks at a post.
=================================
Make it idiot proof and someone will make a better idiot.
=================================
Realise the impotence of proof reading everything you publish

Last edited by Yeroon; 09-03-10 at 04:21 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 09-08-10, 09:31 AM
mjjwatson mjjwatson is offline
Newbie Coder
 
Join Date: Nov 2009
Posts: 26
Thanks: 2
Thanked 1 Time in 1 Post
Hmmmm. Font-smooth:never doesn't seem to do anything in any browser on a mac.

Which begs the question why it even exists as a property, really.

-webkit-font-smoothing: none; works, however, and disables font-smoothing in everything but firefox. Any other ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 09-09-10, 11:01 AM
Yeroon's Avatar
Yeroon Yeroon is offline
Code Master
 
Join Date: Aug 2007
Location: Netherlands, Nijmegen
Posts: 850
Thanks: 2
Thanked 20 Times in 20 Posts
Hmm not sure it can be solved then. Most browsers dont fully support CSS3 yet. For more info see:

Comparison of layout engines (Cascading Style Sheets) - Wikipedia, the free encyclopedia

So I wouldn't get my hopes up if I were you Sorry to say
__________________
Feel free to thank people if they help you by clicking thanks at a post.
=================================
Make it idiot proof and someone will make a better idiot.
=================================
Realise the impotence of proof reading everything you publish
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
IE7 and firefox consistency tyrowen CSS 1 07-25-08 06:15 AM
Firefox Display Problem With My Website isaac2450 Script Requests 1 04-24-08 12:51 PM
[SOLVED] [2005] ToolStripComboBox with Font Styles? tim8w Windows .NET Programming 1 04-21-08 12:10 PM
Firefox driving me up the wall Bonzo CSS 3 12-28-05 10:18 AM
Font Script Needed Granat Networks Script Requests 0 10-28-04 09:02 PM


All times are GMT -5. The time now is 01:57 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.