So as the title says I want to know if there is any way to load custom ttf font files for widgets like text view. So far I’ve only managed to change the font through CSS by installing the custom font first and using font-family
property. I’m on Windows 10.
I’m using the C++ bindings of gtk4 for my application btw.