From 3c909fd45ff850726d5e65bed689d352f74ae324 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Sat, 4 Apr 2020 22:10:19 -0400 Subject: [PATCH] changed my mind on the font. Verdana rules --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index fa013f2..4be04bd 100644 --- a/config.h +++ b/config.h @@ -36,7 +36,7 @@ static char* TagString = "Del Put Get | Font Tabs Eol | x+ w+ !st !term | Find " /* List of font patterns available to the editor */ static char* Fonts[2] = { - "Geneva:size=13", + "Verdana:size=11", #ifdef __MACH__ "Monaco:size=11" #else -- 2.51.0