Increase default font size

I think the rendering for fonts is bugged, but this temporarily makes
the font usable
open-files
Ronald 7 months ago
parent 18d2c2f0a9
commit 0a9bb6ebbc

@ -8,7 +8,7 @@ DEFAULT_WINDOW_MINIMUM_WINDOW_HEIGHT :: 200
// FONT // FONT
DEFAULT_FONT :: "/usr/share/fonts/TTF/FiraCode-Regular.ttf" DEFAULT_FONT :: "/usr/share/fonts/TTF/FiraCode-Regular.ttf"
DEFAULT_FONT_SIZE :: 11 DEFAULT_FONT_SIZE :: 18
// DELAYS // DELAYS
DEFAULT_DELAY :: 100 * time.Millisecond DEFAULT_DELAY :: 100 * time.Millisecond

Loading…
Cancel
Save