[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mozilla-os2
Subject:    Re: Change font/font size in Seamonkey2.0
From:       Stanimir Stamenkov <s7an10 () netscape ! net>
Date:       2009-12-27 15:47:44
Message-ID: z7mdnXD11586HKrWnZ2dnUVZ_t9i4p2d () mozilla ! org
[Download RAW message or body]

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
_______________________________________________
dev-ports-os2 mailing list
dev-ports-os2@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-ports-os2
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic