Is there a straight forward way to change the font family to a widget and all its children?
my thought was to have an inherited widget and store the font family and call it to get that when creating every text widgets and set its style, but I prefer a simpler way.