terminal prompt needs to be recyclable
This commit is contained in:
@ -4,4 +4,14 @@
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url('/Terminus.woff2') format('woff2');
|
||||
}
|
||||
|
||||
* {
|
||||
font: {
|
||||
family: 'Terminus', monospace;
|
||||
size: 15px;
|
||||
};
|
||||
letter-spacing: 2px;
|
||||
text-wrap: nowrap;
|
||||
cursor: text;
|
||||
}
|
Reference in New Issue
Block a user