defined Poppins font as global font

This commit is contained in:
iLLiCiTiT 2021-05-28 21:46:57 +02:00
parent dabce34893
commit 7a69185914

View file

@ -18,6 +18,11 @@ Enabled vs Disabled logic in most of stylesheets
Disabled - even lighter color
*/
* {
font-size: 8pt;
font-family: "Poppins";
}
QWidget {
color: {color:font};
background: {color:bg};