Files
NativeScript/apps/ui-tests-app/font/custom-fonts.xml
2016-02-19 18:20:20 +02:00

13 lines
524 B
XML

<Page>
<StackLayout>
<Button text="Button" style="font-family: Sofia" />
<Label text="Label" style="font-family: Sofia" />
<TextField text="TextField" style="font-family: Sofia" />
<TextView text="TextView" style="font-family: Sofia" />
<Button text="Button" style="font-family: Pacifico" />
<Label text="Label" style="font-family: Pacifico" />
<TextField text="TextField" style="font-family: Pacifico" />
<TextView text="TextView" style="font-family: Pacifico" />
</StackLayout>
</Page>