Need help with using custom font #3310
Replies: 3 comments
-
Yea it is certainly possible, though this is more of a WPF thing. The library comes with Roboto bundled in, but you can swap it out for something else. A good first step is to simply set whatever font you want at your Window. By just setting the FontFamily property to whatever font you like. This is largely what the library is doing for you when you set the Window style (as seen here). |
Beta Was this translation helpful? Give feedback.
-
Thanks Kevin for the response. I'm not sure if this is going to work. I've tried several approaches to set the font family to use Arial, however, material design library doesn't take in the new font and applies to its controls. |
Beta Was this translation helpful? Give feedback.
-
I got the custom font to work finally. Thanks Kevin. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm fairly new to the library. Is that possible to setup the MaterialDesignThemes (v4.8.0) library to use different font other than Roboto. If so, can you please point me to the tutorial if it exists. Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions