Merge: + client: Use monospace font in coding-like inputs

Close #1650

Squashed commit of the following:

commit 0956b77d2675bf569ab8413bf1a905167f068fbd
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Tue May 12 18:22:55 2020 +0300

    Replace css variable

commit 7c65954e3727c09404999d4d029276f78a8d0ffe
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Tue May 12 18:06:31 2020 +0300

    + client: Use monospace font in coding-like inputs
This commit is contained in:
Artem Baskal
2020-05-13 15:34:56 +03:00
parent 4d66d25fda
commit 1f954ab673
4 changed files with 56 additions and 51 deletions

View File

@@ -1,3 +1,7 @@
:root {
font-family-monospace: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
}
body {
margin: 0;
padding: 0;
@@ -30,3 +34,7 @@ body {
.hidden {
display: none;
}
.font-monospace {
font-family: var(--font-family-monospace);
}