ui: switched fonts to FiraSans

This commit is contained in:
Eberhard Graether
2016-02-02 13:59:14 +01:00
parent 3cbafa6456
commit e7224e0c46
10 changed files with 149 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
QToolTip {
background-color: #E0E0E0;
color: black;
font-size: <setting:font_size>pt;
}
* {
font-family: "Fira Sans";
}