Files
NativeScript/apps/ui/app/fonts-tests/custom-fonts-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

14 lines
525 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>