-
Notifications
You must be signed in to change notification settings - Fork 7
typographyStyles
Andrew Sutton edited this page Sep 17, 2023
·
5 revisions
Html.div [
prop.style [ style.height 200; style.width 200 ]
prop.children [
Fui.text [
text.text "Typography Styles"
text.style [
style.fontFamily Fui.typographyStyles.title2.fontFamily
style.fontWeight Fui.typographyStyles.body1Strong.fontWeight
]
]
]
]