From 210aa185147fbae2e30b340abc1611e9655f738e Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 19 Apr 2017 11:31:14 +0200 Subject: use specific font (Liberation Mono) --- render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render.c') diff --git a/render.c b/render.c index 9aac29c..e1f02de 100644 --- a/render.c +++ b/render.c @@ -21,7 +21,7 @@ static void render_color_bar(cairo_t *cr, int x, int y, int w, int h, cairo_fill(cr); cairo_pattern_destroy(gr); - cairo_select_font_face(cr, "mono", + cairo_select_font_face(cr, "Liberation Mono", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); if (l2) { -- cgit