terminal prompt needs to be recyclable

This commit is contained in:
2025-02-03 03:01:06 -05:00
parent 390ff9bccf
commit 49a62df236
14 changed files with 179 additions and 116 deletions

View File

@ -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;
}