Style GtkLabel with CSS

8f77629bc97d512caaec8213ab31f346.png
1. create
GtkCssProvider
;
2. load css data with
GtkCssProvider::load_from_data
;
3. create
GtkStyleContext
and add provider to the screen, to css be accessible for all widgets;
4. you can get more properties on Gtk Documentation;