@inherits LayoutComponentBase
@using MudBlazor
@Body
@code {
private MudTheme _myCustomTheme = new MudTheme()
{
Typography = new Typography()
{
// Hier liegt der Fix: DefaultTypography statt Default
Default = new DefaultTypography() { FontFamily = new[] { "Urbanist", "sans-serif" } }
},
LayoutProperties = new LayoutProperties()
{
DefaultBorderRadius = "0px"
}
};
}
An unhandled error has occurred.
Reload
🗙