Nikita Kalanakov 2 years ago
parent
commit
e01c2f9c5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makeshot/makeshot.c

+ 1 - 1
makeshot/makeshot.c

@@ -243,7 +243,7 @@ text_t *new_text(cairo_t *cr, char *s, int size, int weight, int preprocess) {
 
   text = malloc_protected(sizeof(text_t));
 
-  font_description = pango_font_description_from_string("Apple Color Emoji,Open Sans 16");
+  font_description = pango_font_description_from_string("Apple Color Emoji 16,Open Sans 16");
   pango_font_description_set_absolute_size(font_description, size * PANGO_SCALE);
   pango_font_description_set_weight(font_description, weight);