chore: remove Geist font files and dependency
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -77,7 +77,7 @@ export function SSHTerminal({ tenantId, deviceId, deviceName }: SSHTerminalProps
|
||||
const isDark = document.documentElement.classList.contains('dark')
|
||||
const term = new Terminal({
|
||||
cursorBlink: true,
|
||||
fontFamily: 'Geist Mono, monospace',
|
||||
fontFamily: 'IBM Plex Mono, monospace',
|
||||
fontSize: 14,
|
||||
scrollback: 2000,
|
||||
convertEol: true,
|
||||
|
||||
Reference in New Issue
Block a user