Select a slightly prettier default font
This commit is contained in:
parent
166c1481a9
commit
1f60632553
|
@ -3,7 +3,7 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
font-family: sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
|
|
Loading…
Reference in New Issue