Skip to content

Commit

Permalink
preset css: executor lbl monospace -> DejaVu Sans Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed May 8, 2022
1 parent 413a840 commit 4532469
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions nwg_shell/skel/config/nwg-panel/preset-0.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ button {

/* Executors usually behave better in monospace fonts */
#executor-label {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 16px
}

/* and so does the Clock */
#clock {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 16px
}

Expand Down
4 changes: 2 additions & 2 deletions nwg_shell/skel/config/nwg-panel/preset-1.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ button {

/* Executors usually behave better in monospace fonts */
#executor-label {
font-family: monospace
font-family: DejaVu Sans Mono
}

/* and so does the Clock */
#clock {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 16px
}

Expand Down
4 changes: 2 additions & 2 deletions nwg_shell/skel/config/nwg-panel/preset-2.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ button {

/* Executors usually behave better in monospace fonts */
#executor-label {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 16px
}

/* and so does the Clock */
#clock {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 16px
}

Expand Down
4 changes: 2 additions & 2 deletions nwg_shell/skel/config/nwg-panel/preset-3.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ button {

/* Executors usually behave better in monospace fonts */
#executor-label {
font-family: monospace
font-family: DejaVu Sans Mono
}

/* and so does the Clock */
#clock {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 14px
}

Expand Down

0 comments on commit 4532469

Please sign in to comment.