add custom quassel text fix

This commit is contained in:
shibao 2022-01-14 20:03:37 -05:00
parent c717712f1a
commit d3ec941faa
1 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,46 @@
ChatLine {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
MultiLineEdit {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
ChatLine#plain {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
/* Font: UI Global Font */
QWidget {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
ChatListItem {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
NickListItem {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
StyledLabel#topicLabel {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
/* Topic Box */
StyledLabel#topicLabel {
background: palette(base);
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}