Commit: 8d1ffe496ce2408ed4a2c177fa2a9e8cc013240c Author: Levi Morrison <le...@php.net> Wed, 3 Jul 2013 11:31:45 -0600 Parents: 1ee1b4d24a9cbf87c6f78c0a03cbc7cf551910fd Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8d1ffe496ce2408ed4a2c177fa2a9e8cc013240c 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