Skip to content

Commit

Permalink
Changed code font
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Oct 16, 2024
1 parent aec3e72 commit 239b237
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">

<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:[email protected]&display=swap" rel="stylesheet">

<!-- font ends -->

<title>CapRover | Server Dashboard</title>
Expand Down
13 changes: 6 additions & 7 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ body {
}

code {
font-family: Menlo, Monaco, 'SFMono-Regular', Consolas, 'Liberation Mono',
Courier, monospace;
background-color: #f9f2f4;
font-family: 'Noto Sans Mono', Menlo, Monaco, 'SFMono-Regular', Consolas,
'Liberation Mono', Courier, monospace;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
Expand Down Expand Up @@ -48,17 +47,17 @@ hr {
}

.code-input {
font-family: Menlo, Monaco, 'SFMono-Regular', Consolas, 'Liberation Mono',
Courier, monospace !important;
font-family: 'Noto Sans Mono', Menlo, Monaco, 'SFMono-Regular', Consolas,
'Liberation Mono', Courier, monospace !important;
}

.netdata-field {
margin-bottom: 20px;
}

.logs-output {
font-family: Menlo, Monaco, 'SFMono-Regular', Consolas, 'Liberation Mono',
Courier, monospace !important;
font-family: 'Noto Sans Mono', Menlo, Monaco, 'SFMono-Regular', Consolas,
'Liberation Mono', Courier, monospace !important;
overflow: scroll;
min-height: 250px !important;
border-width: 2px;
Expand Down

0 comments on commit 239b237

Please sign in to comment.