Skip to content

Commit

Permalink
Add Ubuntu Mono font to font stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Jul 26, 2015
1 parent 8a6d32d commit ed9d7e3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions themes/prism-coy.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -228,4 +228,4 @@ pre[data-line] code {
}
pre .line-highlight {
margin-top: 0;
}
}
2 changes: 1 addition & 1 deletion themes/prism-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion themes/prism-funky.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion themes/prism-okaidia.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion themes/prism-tomorrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion themes/prism-twilight.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion themes/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ed9d7e3

Please sign in to comment.