Hi @Hristov, Marian thank you for reaching out on Microsoft Q&A!
Even though you didn't use this font anywhere, it worth a try to check by searching it using short-cut Ctrl + Shift + F and find Segoe UI
. You might accidentally use this font as FontFamily = "SegoeUI"
Also, please double check if you had defined this font in MauiProgram.cs
/ MauiApp.xaml.cs
/ App.xaml
/ App.xaml.cs
. It can also be defined in Style or control template so please check them too.
You can also fix this issue by install that font - Segoe UI.otf - to the URI Assets/Fonts/
I hope this helps you get things back on track quickly! If my suggestions can solve your issue, feel free to interact with the system accordingly!
Thank you!