This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Is there a way to disable tab font smoothing (maybe with userchrome.css)?

  • 2 antwoorde
  • 5 hierdie probleem
  • 5 views
  • Laaste antwoord deur ale82to

more options

hello everyone I've just switched from chrome to ff and I'm very satisfied. Just one problem, is there a way to disable tab font smoothing (maybe with userchrome.css)? I've changed the colour of tab font (with userchrome.css) to white to improve readability but with white text is too bold. thanks !!

hello everyone I've just switched from chrome to ff and I'm very satisfied. Just one problem, is there a way to disable tab font smoothing (maybe with userchrome.css)? I've changed the colour of tab font (with userchrome.css) to white to improve readability but with white text is too bold. thanks !!

Gewysig op deur NoahSUMO

All Replies (2)

more options

Can you attach a screenshot?

Use a compressed image type like PNG or JPG to save the screenshot.

Is there some text-shadow used?

If you are familiar with using the DOM Inspector then you can check the CSS code of the tab text.

more options

hey thanks for the quick reply. here's a screenshot http://www.mediafire.com/view/?c2a2l69ci5zbq#bt6qrwr6ku8m5n6 i think we just have to add some antialiasing in the userchrome.css? but i don't know the code. here's my modified userchrome.css

   /* Inactive Tab */
   tab:not([selected="true"]) {
     color:white !important;}
   /* Tab while loading */
   tab[busy] {
     color: blue !important;}
tab .tab-text {
 font-size: 12px !important;
}
/* tab font */ 
tab .tab-text {
font-family:Verdana !important; 
} 

i read somewhere else the problem is more evident with white text on dark background

thanks

Gewysig op deur NoahSUMO