import QtQuick 2.0 import QtQuick.Controls 1.1 Label { text: text font.family: regularFont.name SourceSansProRegular { id: regularFont } }