Skip to content

Commit

Permalink
Merge pull request #96 from wbagdon/linux_font_patch
Browse files Browse the repository at this point in the history
Linux font patch
  • Loading branch information
afonsof authored Dec 29, 2016
2 parents 09ec9f7 + 3ca3c1f commit 8a26fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700,500,300);

:not(div.ace_content) {
:not(div.ace_editor) {
font-family: 'Roboto', sans-serif !important;
outline: none;
}
Expand Down Expand Up @@ -244,7 +244,7 @@ table.progress-bar {
padding: 10px 20px;
}

.ace_content {
.ace_editor {
font: 12px/normal 'Roboto Mono', monospace;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jenkins-material-theme",
"version": "1.3.2",
"version": "1.3.3",
"description": "Material design theme for Jenkins",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8a26fb3

Please sign in to comment.