How to change GtkLabel font family, font size and font color

1. create
2. change font family, size and style using
3. change font color with
4. change background color with
GtkLabel;
2. change font family, size and style using
modify_font($font_description);
3. change font color with
override_color($color);
4. change background color with
override_background_color($color);