Skip to content

Commit

Permalink
NAS-130957 / 25.04 / Reduce number of fonts in WebUI (#10617)
Browse files Browse the repository at this point in the history
* NAS-130957: Reduce number of fonts in WebUI

* NAS-130957: PR update

* NAS-130957: PR update

* NAS-130957: PR update

* NAS-130957: PR update

* NAS-130957: PR Update
  • Loading branch information
AlexKarpov98 authored Sep 6, 2024
1 parent aeabb08 commit c645c83
Show file tree
Hide file tree
Showing 100 changed files with 22 additions and 577 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.tooltip-message {
font-family: var(--font-family-body2);
font-family: var(--font-family-body);
font-size: 12px;
line-height: 1.3;
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.message {
&.pre {
display: block;
font-family: 'Droid Sans Mono', 'Courier New', Courier, monospace;
font-family: var(--font-family-body);
unicode-bidi: isolate;
white-space: pre;
}
Expand Down
4 changes: 2 additions & 2 deletions src/app/modules/tooltip/tooltip.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

.tooltip-message {
font-family: Roboto, sans-serif;
font-family: var(--font-family-body);
font-size: 12px;
line-height: 1.3;

Expand All @@ -47,5 +47,5 @@
}

.tooltip-title {
font-family: Roboto, sans-serif;
font-family: var(--font-family-body);
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.logs {
background: black;
font-family: 'Inconsolata';
font-family: var(--font-family-monospace);
height: calc(100% - 70px);
overflow: auto;
padding: 5px;
Expand Down
201 changes: 0 additions & 201 deletions src/assets/fonts/Droid-Sans-Mono/Apache License.txt

This file was deleted.

Binary file removed src/assets/fonts/Droid-Sans-Mono/DroidSansMono.ttf
Binary file not shown.
Loading

0 comments on commit c645c83

Please sign in to comment.