From c44641a13aca0138ea331f04025b16dd9dc6c953 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 31 Jul 2017 22:21:13 -0600 Subject: Set the font familiy for a much less horrible reading experience. --- components/mailviewer/contents/ui/TextContent.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/mailviewer') diff --git a/components/mailviewer/contents/ui/TextContent.qml b/components/mailviewer/contents/ui/TextContent.qml index ee3284d4..f0208a83 100644 --- a/components/mailviewer/contents/ui/TextContent.qml +++ b/components/mailviewer/contents/ui/TextContent.qml @@ -51,6 +51,7 @@ Item { wrapMode: TextEdit.Wrap textFormat: Text.RichText + font.family: Kube.Font.fontFamily color: embedded ? Kube.Colors.disabledTextColor : Kube.Colors.textColor onLinkActivated: Qt.openUrlExternally(link) //TODO This might no longer be necessary starting with Qt 5.8 -- cgit v1.2.3