Re: [PHP-WEBMASTER] com web/bugs: Use a full font option for Mac, Windows and Linux users: www/css/style.css
[email protected] (Levi Morrison)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <CAFMT4NrEp2Txa-734s_ktsBAP+frN=GnRVS4mapNgeGo5K1H=g@mail.gmail.com> |
If this isn't going to be the default monospace font on the system it should probably be changed to match the other sites, which Source Code Pro from Adobe. On Tue, Feb 17, 2015 at 5:00 PM, Jacob Bednarz <[email protected]> wrote: > Commit: 62d4286c99fa20dbf7dfed5e0984fe7af1f11f62 > Author: Jacob Bednarz <[email protected]> Wed, 18 Feb 2015 10:00:23 +1000 > Parents: 593dc1f40fff5b3eaf1440c2f81f3c107f4f3021 > Branches: master > > Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=62d4286c99fa20dbf7dfed5e0984fe7af1f11f62 > > Log: > Use a full font option for Mac, Windows and Linux users > > Changed paths: > M www/css/style.css > > > Diff: > diff --git a/www/css/style.css b/www/css/style.css > index 35d7e0d..be8974d 100644 > --- a/www/css/style.css > +++ b/www/css/style.css > @@ -421,8 +421,8 @@ hr { > } > > code, pre, tt { > - font-family: monospace; > - font-size: medium; > + font-family: Consolas, Inconsolata, "Liberation Mono", monospace; > + font-size: 13px; > } > > h1 { > @@ -529,7 +529,7 @@ td.content table { > width:65em; > margin-left: 10px; > white-space:pre-wrap; > - font-size:medium; > + font-size: 13px; > } > .lusersearch .note { > width:100%; > > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >