Change the font size

To make it consistent with the size of texts in the other Welcome pages.
This commit is contained in:
Diego Prado Gesto 2019-05-17 11:54:40 +02:00
parent 8b73f7cef9
commit a28ca19647
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@ Item
+ "<p>Unless required by applicable law or agreed to in writing, in no event will Ultimaker be liable to you for damages, including any general, special, incidental, or consequential damages arising out of the use or inability to use any Ultimaker software or third party software.</p>"
textFormat: Text.RichText
wrapMode: Text.WordWrap
font: UM.Theme.getFont("default")
font: UM.Theme.getFont("medium")
color: UM.Theme.getColor("text")
renderType: Text.NativeRendering
}