summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/Notification.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Notification.qml b/app/Notification.qml
index 4a37591..1410f8c 100644
--- a/app/Notification.qml
+++ b/app/Notification.qml
@@ -28,7 +28,6 @@ Item {
Label {
text: '<b>' + name + '</b>'
font.pixelSize: 42
- font.family: "Bitstream Vera", "Noto Emoji"
wrapMode: Text.WordWrap
}
Label {
@@ -37,7 +36,6 @@ Item {
anchors.left: parent.left
anchors.right: parent.right
font.pixelSize: 32
- font.family: "Bitstream Vera", "Noto Emoji"
wrapMode: Text.WordWrap
}
}