Stylish Script To Fix Google Font Size
You probably went to Google recently and was blown away by the giant font size. Don't you long for the days when your google looked like this?

Well fear not, because if you have either Greasemonkey or Stylish installed, you can override these changes. These instructions are for Firefox, but if you know how to add custom stylesheets to your browser, then they will work for you as well.
Here's the Stylish script you can use. Either one will do the same thing. Just add the script like you would any other Stylish script, and now Google looks great on your computer.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("google.com") {
.lst {
font-size:13px!important;
margin-bottom:0em!important;
}
.lsb {
font-size:13px!important;
height:22px!important;
margin:0em!important;
}
.gac_t {
font-size:13px!important;
}
.gac_bt {
display:none!important;
}
.gac_m {
-moz-background-clip:border!important;
-moz-background-inline-policy:continuous!important;
-moz-background-origin:padding!important;
background:white none repeat scroll 0 0!important;
border:1px solid #666!important;
cursor:default!important;
font-size:13px!important;
line-height:17px!important;
position:absolute!important;
margin:0!important;
z-index:99!important;
}
}
This is dumb. What's wrong with the size?
09-20-2009
It's too big.
09-20-2009
What the fuck is wrong with large things? I think someone is just trying to compensate.
09-21-2009
Yes, I am compensating by making something smaller. You are an idiot.
09-21-2009
There's also the dark gray Google theme if anyone wants it for Stylish. It looks better than the plain white, and saves your eyes too.
http://userstyles.org/styles/1693
10-11-2009
Lol. If I were good with computers, I would be able to use this script. I am pretty annoyed with Google's new font.
02-24-2010
Garys Hood Bot
Subscribe