try it:
in .qss:
Qt Code:
  1. font-family: Verdana;
  2. font-size: 16px;
  3. }
To copy to clipboard, switch view to plain text mode 

and in your code insert this:
Qt Code:
  1. your_label->setStyleSheet( "font-family: Arial; font-size : 12px;");
To copy to clipboard, switch view to plain text mode