Hi team,
I am using Syncfusion.Blazor with Material style. And I have noticed that the Nuget package wrapped the material.css with a line of:
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
But my project is designed to work in a local network without Internet connection, and that means the remote font would not be imported correctly. could you please tell me how to reference it locally?
Thanks.