❔ ✅ Custom Fonts Not Working [ Visual Studio - WPF ]
Custom Fonts are not working. I wonder what causes the issue.
12 Replies
Here is the screenshots.
Solved
You shouldn't reference by file name.
?
<FontFamily x:Key="JetBrainsMono">pack://application:,,,/WpfApp19;component/Fonts/#JetBrains Mono</FontFamily>
is one way to do itmhm
Need to make sure you build the font as a Resource.
Oh okay. Thanks
Then either style or use as:
Got it. Thank you!
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.