Why can't i change the Radzen Icons Font in my .NET 9 App to "Material Icons"

In your Changelog you say this:
Icons (https://blazor.radzen.com/changelog#icons)

  • Replaced Material Icons font with Material Symbols variable font.
    • Added MaterialSymbolsOutlined.woff2
    • Deleted MaterialIcons-Regular.woff

How can i change that back? I just need the right CSS.

Hi @Samuel_Scherrer,

You can try the approach mentioned here: Blazor Icon Component | Free UI Components by Radzen

1 Like

Thank you @korchev it worked with the following CSS in the app.css:

.rzi {
    font-variation-settings: 'FILL' 1;
}