status-desktop/ui/shared/StyledText.qml

7 lines
119 B
QML
Raw Normal View History

import QtQuick 2.13
import "../imports"
Text {
2020-06-24 19:58:17 +00:00
font.family: Theme.fontEmoji.name + "," + Theme.fontRegular.name
}