bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.79k stars 435 forks source link

🐛 Invalid font set in theme #1058

Closed linb1111111 closed 1 month ago

linb1111111 commented 2 months ago

When I set the font in the theme, it didn't work, but styling the Text directly did

bdlukaa commented 1 month ago

Sorry, but I can not reproduce it locally.

FluentApp(
  theme: FluentThemeData(
    fontFamily: 'Arial',
  ),
)

Before:

image

After:

image