Slightly better font selection but still buggy

This commit is contained in:
2023-10-21 16:33:54 +02:00
parent 8674e64970
commit 67d6836971
4 changed files with 64 additions and 12 deletions

View File

@ -133,8 +133,8 @@ export class AppSettings {
*/
public vimMode: boolean = false;
public theme: string = "materialDark";
public font: string = "Victor Mono";
public theme: string = "toposTheme";
public font: string = "IBM Plex Mono";
public font_size: number = 24;
public universes: Universes;
public selected_universe: string = "Default";