mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix font on Windows
This commit is contained in:
parent
242fcce1c3
commit
3626254139
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ body {
|
|||
input {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
font-family: "mono", "monospace", "Courier New";
|
||||
font-family: "monospace", "Courier New";
|
||||
font-size: 10pt;
|
||||
color: black;
|
||||
border: unset;
|
||||
|
@ -19,10 +19,10 @@ input {
|
|||
background: white;
|
||||
color: black;
|
||||
display: inline-block;
|
||||
font-family: mono;
|
||||
font-size: 10pt;
|
||||
height: auto;
|
||||
/* line-height: 1.5em; */
|
||||
font-family: "monospace", "Courier New";
|
||||
overflow: hidden;
|
||||
white-space: pre;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue