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:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user