diff --git a/demos/node-editor/node-format.md b/demos/node-editor/node-format.md index a824182788..144a3049a9 100644 --- a/demos/node-editor/node-format.md +++ b/demos/node-editor/node-format.md @@ -325,7 +325,7 @@ stroke bounds of the path. | property | syntax | default | printed | | -------- | ------------------- | ------------------- | ----------- | | color | `` | black | non-default | -| font | `` ``? | "Cantarell 11" | always | +| font | `` ``? | "Cantarell 15px" | always | | glyphs | `` | "Hello" | always | | offset | `` | 0 0 | non-default | diff --git a/gsk/gskrendernodeparser.c b/gsk/gskrendernodeparser.c index 12e2429e61..8c27136767 100644 --- a/gsk/gskrendernodeparser.c +++ b/gsk/gskrendernodeparser.c @@ -2237,7 +2237,7 @@ parse_text_node (GtkCssParser *parser, if (font == NULL) { - font = font_from_string (pango_cairo_font_map_get_default (), "Cantarell 11", TRUE); + font = font_from_string (pango_cairo_font_map_get_default (), "Cantarell 15px", TRUE); g_assert (font); }