diff --git a/clients/keyboard.c b/clients/keyboard.c index c5ce2e124..9ed491303 100644 --- a/clients/keyboard.c +++ b/clients/keyboard.c @@ -448,7 +448,7 @@ redraw_handler(struct widget *widget, void *data) cairo_rectangle(cr, allocation.x, allocation.y, allocation.width, allocation.height); cairo_clip(cr); - cairo_select_font_face(cr, "sans-serif", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_BOLD); + cairo_select_font_face(cr, "sans-serif", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); cairo_set_font_size(cr, 16); cairo_translate(cr, allocation.x, allocation.y);