diff --git a/templates/html.tpl.php b/templates/html.tpl.php
index 10c0a5a..55f5aea 100644
--- a/templates/html.tpl.php
+++ b/templates/html.tpl.php
@@ -84,7 +84,7 @@
     <meta name="HandheldFriendly" content="true">
     <meta name="viewport" content="width=device-width">
   <?php endif; ?>
-  <meta http-equiv="cleartype" content="on">
+  <!--[if IEMobile]><meta http-equiv="cleartype" content="on"><![endif]-->
 
   <?php print $styles; ?>
   <?php print $scripts; ?>
diff --git a/templates/maintenance-page.tpl.php b/templates/maintenance-page.tpl.php
index 0ced6af..2b092fb 100644
--- a/templates/maintenance-page.tpl.php
+++ b/templates/maintenance-page.tpl.php
@@ -25,7 +25,7 @@
     <meta name="HandheldFriendly" content="true">
     <meta name="viewport" content="width=device-width">
   <?php endif; ?>
-  <meta http-equiv="cleartype" content="on">
+  <!--[if IEMobile]><meta http-equiv="cleartype" content="on"><![endif]-->
 
   <?php print $styles; ?>
   <?php print $scripts; ?>
