summaryrefslogtreecommitdiff
path: root/Label/FwLight.ui.qml
blob: f012fe5f3e69c249e7c10ab459e2d87e5cf6cead (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.15
import QtQuick.Controls 2.15
import Eduport 1.4

H6 {
	font {
		family: Eduport.fwLightFont.family
		weight: Eduport.fwLightFont.weight
		pointSize: Eduport.h6FontSize
	}
}