Skip to content

Commit

Permalink
Change font family (#1357)
Browse files Browse the repository at this point in the history
thanks  @k4zzk
  • Loading branch information
Kosuke Akizuki authored and dceejay committed Aug 24, 2017
1 parent a844ca1 commit 170d6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/sass/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
border-radius:5px;
overflow: hidden;
font-size: 14px !important;
font-family: monospace !important;
font-family: Menlo, Consolas, 'DejaVu Sans Mono', Courier, monospace !important;
}

.editor-button {
Expand Down

0 comments on commit 170d6b2

Please sign in to comment.