Update README

This commit is contained in:
Louis Lam
2023-11-12 15:47:46 +08:00
parent bbe6bc42e0
commit 3cf4a10e70
7 changed files with 18 additions and 19 deletions

View File

@@ -77,8 +77,8 @@ export default {
}
this.terminal = new Terminal({
fontSize: 16,
fontFamily: "monospace",
fontSize: 14,
fontFamily: "'JetBrains Mono', monospace",
cursorBlink,
cols: this.cols,
rows: this.rows,