Commit 58f6fe1fc48c633ee879f6db4b62d79d98a0f80d

Golmote 2015-07-26T11:24:40

Revert 5b29a673c468920ac68c3af6e769f72c2b895434 for now.

diff --git a/themes/prism-coy.css b/themes/prism-coy.css
index 7a325d6..8db555e 100644
--- a/themes/prism-coy.css
+++ b/themes/prism-coy.css
@@ -7,7 +7,7 @@
 code[class*="language-"],
 pre[class*="language-"] {
 	color: black;
-	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;
@@ -228,4 +228,4 @@ pre[data-line] code {
 }
 pre .line-highlight {
 	margin-top: 0;
-}
+}
\ No newline at end of file
diff --git a/themes/prism-dark.css b/themes/prism-dark.css
index 1c4daa2..a8047fc 100644
--- a/themes/prism-dark.css
+++ b/themes/prism-dark.css
@@ -8,7 +8,7 @@ code[class*="language-"],
 pre[class*="language-"] {
 	color: white;
 	text-shadow: 0 -.1em .2em black;
-	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;
diff --git a/themes/prism-funky.css b/themes/prism-funky.css
index 3013563..f2614d1 100644
--- a/themes/prism-funky.css
+++ b/themes/prism-funky.css
@@ -6,7 +6,7 @@
 
 code[class*="language-"],
 pre[class*="language-"] {
-	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;
diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css
index 0fac682..3ff2e3c 100644
--- a/themes/prism-okaidia.css
+++ b/themes/prism-okaidia.css
@@ -8,7 +8,7 @@ code[class*="language-"],
 pre[class*="language-"] {
 	color: #f8f8f2;
 	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
-	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;
diff --git a/themes/prism-tomorrow.css b/themes/prism-tomorrow.css
index 44f0f7e..c998fb2 100644
--- a/themes/prism-tomorrow.css
+++ b/themes/prism-tomorrow.css
@@ -7,7 +7,7 @@
 code[class*="language-"],
 pre[class*="language-"] {
 	color: #ccc;
-	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;
diff --git a/themes/prism-twilight.css b/themes/prism-twilight.css
index ab08134..89dbe84 100644
--- a/themes/prism-twilight.css
+++ b/themes/prism-twilight.css
@@ -7,7 +7,7 @@ code[class*="language-"],
 pre[class*="language-"] {
 	color: white;
 	direction: ltr;
-	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', monospace;
 	text-align: left;
 	text-shadow: 0 -.1em .2em black;
 	white-space: pre;
diff --git a/themes/prism.css b/themes/prism.css
index 3a57f8e..a04c82c 100644
--- a/themes/prism.css
+++ b/themes/prism.css
@@ -8,7 +8,7 @@ code[class*="language-"],
 pre[class*="language-"] {
 	color: black;
 	text-shadow: 0 1px white;
-	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;