Commit 5b29a673c468920ac68c3af6e769f72c2b895434

Vivek Ghaisas 2015-07-06T21:25:08

Add Ubuntu Mono font to font stack None of the other fonts are currently available on Ubuntu and the addition of Ubuntu Mono to the font stack makes the code look much nicer on Ubuntu systems. Also added a missing newline to the end of prism-coy.css

diff --git a/themes/prism-coy.css b/themes/prism-coy.css
index 8db555e..7a325d6 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', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu 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 a8047fc..1c4daa2 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', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;
diff --git a/themes/prism-funky.css b/themes/prism-funky.css
index f2614d1..3013563 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', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;
diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css
index 3ff2e3c..0fac682 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', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;
diff --git a/themes/prism-tomorrow.css b/themes/prism-tomorrow.css
index c998fb2..44f0f7e 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', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;
diff --git a/themes/prism-twilight.css b/themes/prism-twilight.css
index 89dbe84..ab08134 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', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu 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 a04c82c..3a57f8e 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', monospace;
+	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
 	direction: ltr;
 	text-align: left;
 	white-space: pre;