aboutsummaryrefslogtreecommitdiffstats
path: root/render.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-04-19 11:31:14 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-04-19 11:31:14 +0200
commit210aa185147fbae2e30b340abc1611e9655f738e (patch)
tree26c591565d8d147ec0a1447906754e8e179a9b3e /render.c
parent5cccc773e16eac40da497fd1c3bba305bf9781a5 (diff)
downloaddrminfo-210aa185147fbae2e30b340abc1611e9655f738e.tar.gz
use specific font (Liberation Mono)
Diffstat (limited to 'render.c')
-rw-r--r--render.c2
1 files changed, 1 insertions, 1 deletions
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) {