From ec15f4e499c80bbb1b47636182c5572527c3793f Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 4 Jan 2021 12:21:42 -0800 Subject: [PATCH] terminus --- viscal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viscal.c b/viscal.c index e0b412a..daa18b8 100644 --- a/viscal.c +++ b/viscal.c @@ -2392,7 +2392,7 @@ on_draw_event(GtkWidget *widget, cairo_t *cr, gpointer user_data) cairo_set_antialias(cr, CAIRO_ANTIALIAS_NONE); cairo_set_font_size(cr, cal->font_size); cairo_select_font_face(cr, - "sans", + "terminus", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); -- 2.30.1