We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efa554a + 814d204 commit 881eb6bCopy full SHA for 881eb6b
docs/cookbook/fonts.md
@@ -50,7 +50,7 @@ def main(page: ft.Page):
50
"Open Sans": "/fonts/OpenSans-Regular.ttf"
51
}
52
53
- page.theme = Theme(font_family="Kanit") # Default app font
+ page.theme = ft.Theme(font_family="Kanit") # Default app font
54
55
page.add(
56
ft.Text("This text uses the Kanit font"),
0 commit comments