From: Friendika Date: Thu, 6 Jan 2011 21:26:25 +0000 (-0800) Subject: undo freesans temporarily due to poor legibility. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd1abe1c54d1c5fb6a6fdaf9f6862aece674143a;p=friendica.git undo freesans temporarily due to poor legibility. --- diff --git a/mod/profile.php b/mod/profile.php index 5479f28068..e8eee810bf 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -245,7 +245,7 @@ function profile_content(&$a, $update = 0) { $alike = array(); $dlike = array(); - if(count($r)) { + if($r !== false && count($r)) { foreach($r as $item) { like_puller($a,$item,$alike,'like'); diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 03c1aa6ab5..949843844e 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -19,7 +19,7 @@ /* generals */ body { - font-family: FreeSans, helvetica,arial,clean,sans-serif; + font-family: /*FreeSans,*/ helvetica,arial,clean,sans-serif; font-size: 12px; background-color: #ffffff; background-image: url(head.jpg);