you would download and add the font to the Maui project as a resource. Then edit the Maui app to register the font. Then the Blazor CSS references the font by the installed name not as a web resource. You could also just use a fonts folder and reference locally.
note: it is probably poor design to require an internet connection to display a Blazor page. I would not use any links that were not local resources.