|
@@ -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));
|
|
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_absolute_size(font_description, size * PANGO_SCALE);
|
|
pango_font_description_set_weight(font_description, weight);
|
|
pango_font_description_set_weight(font_description, weight);
|
|
|
|
|