From e32fd4e7796d6e7c5a4803e45bc230378ec4dd0b Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 24 Jul 2020 21:05:02 +0300 Subject: Font update; ANSI color escapes; fixed URL update Newer version of the Fira fonts, and added a separate UI font (Source Sans Pro). The text renderer checks for the 4-bit ANSI color escapes for the setting the foreground color. InputWidget supports paste from clipboard. The navbar updates the current URL when the page has been loaded. --- src/ui/metrics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/metrics.c') diff --git a/src/ui/metrics.c b/src/ui/metrics.c index 949daaff..3c4bfd75 100644 --- a/src/ui/metrics.c +++ b/src/ui/metrics.c @@ -2,7 +2,7 @@ #include -#define defaultFontSize_Metrics 20 +#define defaultFontSize_Metrics 18 #define defaultGap_Metrics 4 int gap_UI = defaultGap_Metrics; -- cgit v1.2.3