Skip to content

Commit

Permalink
font fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadianmage committed Sep 12, 2018
1 parent 918c624 commit 17b2aec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/styles/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
.etabs-tab-title {
cursor: default;
user-select: none;
font-family: Consolas, monospace;
font-size: 10px;
font-family: Consolas, "Ubuntu Mono", monospace;
font-size: 11px;

/* Text overflow handling. */
overflow: hidden;
Expand All @@ -44,7 +44,7 @@
display: inline-block;
direction: rtl;
unicode-bidi: plaintext;
vertical-align: text-bottom;
vertical-align: middle;
text-align: left;
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/ts/TerminalEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class TerminalEngine {

private createTerminal() {
const terminal = new Terminal({
fontFamily: 'Consolas, monospace',
fontFamily: 'Consolas, "Ubuntu Mono", monospace',
fontSize: 10,
theme: {
cursor: 'orange',
Expand Down

0 comments on commit 17b2aec

Please # to comment.