Commit: 39941a616c5be5e812e767295c8faeea9ce2eb61 Author: Levi Morrison <[email protected]> Wed, 3 Jul 2013 11:31:45 -0600 Parents: b7dcd1459123b62181e9b5048fb01fcbe25df93d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=39941a616c5be5e812e767295c8faeea9ce2eb61 Log: Use Helvetica instead of Arial if possible. Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index 207c042..601dec9 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -16,7 +16,7 @@ body * { } body, input, textarea { - font-family: Arial, Helvetica, sans-serif; + font-family: Helvetica, Arial, sans-serif; } input { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
