1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Add roboto font to match design mockup

This commit is contained in:
kelteseth 2017-04-13 08:24:29 +02:00
parent d9230569d9
commit fbe9551e11

View File

@ -48,6 +48,12 @@ Item {
color: "#626262" color: "#626262"
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
font.family: font_Roboto_Regular.name
FontLoader{
id: font_Roboto_Regular
source: "qrc:/assets/fonts/Roboto-Regular.ttf"
}
} }
Image { Image {
@ -86,6 +92,7 @@ Item {
anchors.bottomMargin: 0 anchors.bottomMargin: 0
} }
} }
states: [ states: [
State { State {
name: "active" name: "active"