From e4bc3cba0280fba6db5bcffcb6655718f696d690 Mon Sep 17 00:00:00 2001 From: RanAwaySuccessfully Date: Sun, 25 Feb 2018 07:29:28 -0300 Subject: [PATCH] Update colors.php --- lib/colors.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/colors.php b/lib/colors.php index b2e6f32..313d935 100644 --- a/lib/colors.php +++ b/lib/colors.php @@ -24,9 +24,9 @@ $linkcolor4='FFFFFF'; $textcolor='E0E0E0'; - $font ='verdana'; - $font2 ='verdana'; - $font3 ='tahoma'; + $font ='Verdana, sans-serif'; + $font2 ='Verdana, sans-serif'; + $font3 ='Tahoma, sans-serif'; $newpollpic = 'New poll'; $newreplypic = 'New reply';