Demonstration and configuration of the Radzen Blazor Icon component.
By default, the RadzenIcon
component uses the embedded in Radzen Blazor Components MaterialIcons-Regular.woff
font.
You can use any icon font supporting ligatures with the RadzenIcon
component. To do so, you need to load the font file using the CSS @font-face
at-rule and set the corresponding font-family name to the --rz-icon-font-family
CSS variable.
Material Symbols is a variable font containing multiple stylistic variations e.g. you can control the boldness of the icon using the font-weight:
CSS property.
Read more about
variable fonts
.
Source Code licensed under MIT