diff options
Diffstat (limited to 'src/render.c')
-rw-r--r-- | src/render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c index 2265123..22ded61 100644 --- a/src/render.c +++ b/src/render.c @@ -437,7 +437,7 @@ static int render_sc(struct frame *fr, double max_w, double max_h) /* Find and load font */ s.fontmap = pango_cairo_font_map_get_default(); s.pc = pango_font_map_create_context(s.fontmap); - fontdesc = pango_font_description_from_string("Sorts Mill Goudy Bold 10"); + fontdesc = pango_font_description_from_string("Sorts Mill Goudy 16"); /* Set up attribute list to use the font */ s.attrs = pango_attr_list_new(); |