1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02: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"
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter
font.family: font_Roboto_Regular.name
FontLoader{
id: font_Roboto_Regular
source: "qrc:/assets/fonts/Roboto-Regular.ttf"
}
}
Image {
@ -86,6 +92,7 @@ Item {
anchors.bottomMargin: 0
}
}
states: [
State {
name: "active"