Sat, 08 May 2010 12:07:31 +0300, /John Doue/:

Google has apparently decided that some kind of bold font should be used
while entering data in its search field.

It is not a bold variant but it may appear bolder because of its bigger type (18px).

Is there some way, more generally, a user can control the font used in
such case? Sorry if this shows my ignorance of such things ...

Install the Stylish extension:

https://addons.mozilla.org/addon/2108

After restarting open:

http://www.google.com/

Click the "Stylish" icon ("S") at the right of the status bar and choose Write new style -> For google.com... from the menu. Enter the following style rules (you should already have the @ rules prefilled):

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("google.com") {
  .lst {
    font-size: 17px !important;
  }
}

Give the style some name and save it.

You may get more info and examples at:

http://userstyles.org/

--
Stanimir
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to