diff --git a/core/themes/seven/seven.base.css b/core/themes/seven/seven.base.css
index 844712d..fcef096 100644
--- a/core/themes/seven/seven.base.css
+++ b/core/themes/seven/seven.base.css
@@ -4,7 +4,7 @@
 body {
   color: #000;
   background: #fff;
-  font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
+  font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
 }
 a,
 .link {
diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css
index 219d011..ec9f493 100644
--- a/core/themes/seven/style.css
+++ b/core/themes/seven/style.css
@@ -987,7 +987,7 @@ div.admin-options {
 }
 div.admin-options label {
   text-transform: uppercase;
-  font: 0.846em/1.875em Lucida Grande, Lucida Sans Unicode, sans-serif;
+  font: 0.846em/1.875em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
 }
 div.admin-options label,
 div.admin-options div.form-item {
