Is there any way to increase the font-size of a button or label in a gtk3 program in C programming language without changing the font family?
I know that I can use such a style:
style "labels" = "widgets" {
font_name = "Sans Bold 14"
}
But is there any way to change only the font size?