diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-09-16 20:03:01 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-09-16 21:43:33 -0700 |
commit | 4d000274def4167967ae3ccec130e66a167ecc34 (patch) | |
tree | 0e57e4bd194f032a3470ca505e1a82a00d70871a | |
parent | e80621c362d3f9824fd3dd30f744a9adc078fd68 (diff) |
Revert "messaging: qml: add emoji and default notification font"
This reverts commit 7fe0662f11de5414a0136f574e271ff10585186d.
Change-Id: I84c50608a2f502eef719543b415d979baa4db71c
Bug-AGL: SPEC-2566
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r-- | app/Notification.qml | 2 |
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 } } |