geom3trik / tuix

Cross-platform GUI toolkit written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font in stylesheet is not respected

WeirdConstructor opened this issue · comments

I added a font from memory like in the screenshot (green), and I added a class to a Label widget.
The class is correctly respected because height and font-size are properly applied. But the
font does not seem to be set correctly.

image

Alright, it should be a string in the stylesheet! Thanks :-)