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 = '
';
$newreplypic = '
';
diff --git a/schemes/kafuka.php b/schemes/kafuka.php
index 3fed3b5..830fcae 100644
--- a/schemes/kafuka.php
+++ b/schemes/kafuka.php
@@ -4,7 +4,7 @@
$numdir='num2/';
$numfil='numkafuka';
$boardtitle='
';
- $font='arial';
+ $font='Arial, sans-serif';
$bgimage='images/firebg4.jpg';
$bgcolor='220000';
$newthreadpic='
';
@@ -27,4 +27,4 @@
$scr5='550600';
$scr6='220300';
$scr7='110000';
-?>
\ No newline at end of file
+?>
diff --git a/schemes/mariomovie.php b/schemes/mariomovie.php
index 8d9d3eb..8dba027 100644
--- a/schemes/mariomovie.php
+++ b/schemes/mariomovie.php
@@ -6,8 +6,8 @@
$threadclosedpic='
';
$bgimage='images/mariomovie/zeroesbg3.png';
$bgcolor='101010';
- $font='courier new';
- $font2='tahoma';
+ $font='\'Courier New\', monospace';
+ $font2='Tahoma, sans-serif';
$textcolor='cccccc';
$linkcolor='eeeeee';
$linkcolor2='ffffff';