It is not applicable to your case, but someone might find this helpful. The default MAUI app template include font files with spaces in the file name (for example "OpenSans Regular.ttf") substituting the spaces with "-" in the file name and its reference in MauiProgram.cs will solve the problem.