From d3ec941faa4f9c2806d658feafccc2929bb423d0 Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 14 Jan 2022 20:03:37 -0500 Subject: [PATCH] add custom quassel text fix --- .../.config/quassel-irc.org/text-fix.qss | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 home/default/.config/quassel-irc.org/text-fix.qss diff --git a/home/default/.config/quassel-irc.org/text-fix.qss b/home/default/.config/quassel-irc.org/text-fix.qss new file mode 100644 index 0000000..ca1b346 --- /dev/null +++ b/home/default/.config/quassel-irc.org/text-fix.qss @@ -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; + } +