Skip to content

Commit

Permalink
fix: use consistent monospace fonts HELP-52113 (#5095)
Browse files Browse the repository at this point in the history
* use the same font in ag-grid that we use in the other views

* use the same monospace font somewhere in serverstats that we use elsewhere
  • Loading branch information
lerouxb authored Nov 14, 2023
1 parent 52e8bf7 commit a7ced19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
}

&-parent {
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
font-size: 11px;
font-family: 'Source Code Pro', Menlo, monospace;
font-size: 12px;
height: 100%;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
}

.rt-details__raw {
font-family: Menlo, monospace;
font-family: 'Source Code Pro', Menlo, monospace;
color: @palette__white;
background-color: @palette__black;
font-size: 12px;
Expand Down

0 comments on commit a7ced19

Please sign in to comment.