From 4d000274def4167967ae3ccec130e66a167ecc34 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 16 Sep 2019 20:03:01 -0700 Subject: 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 --- app/Notification.qml | 2 -- 1 file changed, 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: '' + name + '' 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 } } -- cgit 1.2.3-korg