diff --git a/themes/garland/style.css b/themes/garland/style.css
index 5588662eaddd34a4ac18dbda7defb9fb471475b2..b98d87c260878a211aca340d23e2167cf117a2e2 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -16,17 +16,17 @@ body {
   margin: 0;
   padding: 0;
   background: #edf5fa;
-  font: 12px/170% Verdana;
+  font: 12px/170% Verdana, sans-serif;
   color: #494949;
 }
 
 input {
-  font: 12px/100% "Verdana";
+  font: 12px/100% Verdana, sans-serif;
   color: #494949;
 }
 
 textarea, select {
-  font: 12px/160% "Verdana";
+  font: 12px/160% Verdana, sans-serif;
   color: #494949;
 }