make fixed-font variable in index.less

This commit is contained in:
sawka
2023-10-09 10:28:18 -07:00
parent 50b9b9b0e5
commit 26c5136e43
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
html,
body {
overflow: hidden;
font-family: "Martian Mono", sans-serif;
font-family: @fixed-font;
font-size: 12.5px;
font-weight: 300;
line-height: 20px;
@@ -28,7 +28,7 @@ body.is-dev {
textarea {
overflow: hidden;
font-family: "Martian Mono", sans-serif;
font-family: @fixed-font;
font-size: 12.5px;
font-weight: 300;
line-height: 20px;
+3
View File
@@ -47,3 +47,6 @@
@soft-blue: #729fcf;
@active-menu-color: rgb(0, 71, 171);
// @font-face declaration lives in app.less
@fixed-font: "Martian Mono", sans-serif;