如何使用Mudblazor API添加字体?
我有这个 MudBlazor 组件:
<MudTextField @bind-Value="@_presentationSettingsServiceRequest.PostCode" Class="my-2" Variant="Variant.Outlined" AutoFocus="false" Style="color: #333333;"/>
我想使用类似的 API(如 Typo="Typo.subtitle1")添加字体,但我找不到任何东西。
有什么想法吗?
I have this MudBlazor component:
<MudTextField @bind-Value="@_presentationSettingsServiceRequest.PostCode" Class="my-2" Variant="Variant.Outlined" AutoFocus="false" Style="color: #333333;"/>
I want to add fonts using a similar API like Typo="Typo.subtitle1" but I can't find anything.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以设置具有主题的错字参数。
请看一下:
https://mudblazor.com/customization com/customization/typography-pography一下子>
You can set the typo parameters with the theme.
Please look at this:
https://mudblazor.com/customization/typography#change-default-font