Sun, 27 Dec 2009 12:52:34 +0100, /Karl/:

> your last tip below works fantastic.
> ----
> Try putting just the following rule in your "userChrome.css":
> 
> * {
>  font: 9pt bold sans-serif !important;
> }
> ----

Note the above unconditionally sets 'font-weight: bold' and
'font-style: normal' (implicitly) to all of the UI text.  I've meant
it just for test.  If you need to use the * universal selector to
change just the font family/size, use:

* {
  font-family: sans-serif !important;
  font-size: 9pt !important;
}

-- 
Stanimir
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to