Skip to content

Commit e40a42f

Browse files
Add custom fonts page
1 parent d398678 commit e40a42f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/app/ui-tests-app/font/main-page.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export function pageLoaded(args: EventData) {
1616
examples.set("fontfield", "font/text-field");
1717
examples.set("fontview", "font/text-view");
1818
examples.set("nordic", "nordic/nordic");
19-
19+
examples.set("customfonts", "font/custom-fonts");
20+
2021
let viewModel = new SubMianPageViewModel(wrapLayout, examples);
2122
page.bindingContext = viewModel;
2223
}

0 commit comments

Comments
 (0)