use monospace font
This commit is contained in:
parent
19da0de417
commit
e1809ec2c4
|
|
@ -3,6 +3,11 @@
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(4, 1fr);
|
||||||
gap: 0.3rem;
|
gap: 0.3rem;
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input-row {
|
#input-row {
|
||||||
|
|
@ -58,6 +63,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue