From 14c69138f9f9dabaa9126d69deda4a3a9d5f6abf Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 3 Oct 2019 12:03:38 -0700 Subject: Revert "messaging: qml: add emoji and default notification font" This reverts commit edc3d5a86a8615ca0e759284d197e7b0c3de2a27. Change no longer need that "ttf-dejavu: remove emoji glyphs from dejavu fonts" is merged. Bug-AGL: SPEC-2701 Change-Id: I675e89c3d23a32cad8d1d5127ebb45d0976c1da8 Signed-off-by: Matt Ranostay --- app/Notification.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'app') diff --git a/app/Notification.qml b/app/Notification.qml index f4facfa..45c98f6 100644 --- a/app/Notification.qml +++ b/app/Notification.qml @@ -12,7 +12,6 @@ Item { Label { text: '' + name + '' font.pixelSize: 42 - font.family: "Bitstream Vera", "Noto Emoji" wrapMode: Text.WordWrap } Label { @@ -21,7 +20,6 @@ Item { anchors.left: parent.left anchors.right: parent.right font.pixelSize: 32 - font.family: "Bitstream Vera", "Noto Emoji" wrapMode: Text.WordWrap } } -- cgit