diff options
Diffstat (limited to 'app/Notification.qml')
-rw-r--r-- | app/Notification.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Notification.qml b/app/Notification.qml index 45c98f6..f4facfa 100644 --- a/app/Notification.qml +++ b/app/Notification.qml @@ -12,6 +12,7 @@ Item { Label { text: '<b>' + name + '</b>' font.pixelSize: 42 + font.family: "Bitstream Vera", "Noto Emoji" wrapMode: Text.WordWrap } Label { @@ -20,6 +21,7 @@ Item { anchors.left: parent.left anchors.right: parent.right font.pixelSize: 32 + font.family: "Bitstream Vera", "Noto Emoji" wrapMode: Text.WordWrap } } |