-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom font family doesn't work? #21
Comments
Having the same problem, I can't find anywhere in the code where anything except color is referenced. |
I know its 4 months down the line but I can't seem to get this working either - did anyone get it to work? |
So as Zaazu above determined the font is never actually being changed in the library. So you need to:
There are a few little bugs that need workarounds in StdUI, so I wrote a helper to resolve these issues for my project. Even with all these minor inconveniences, StdUI is still a fantastic library. |
I have remembered that changing font by default was causing some issues and it was removed. |
Excellent - thank you for the info! The easiest library I've found! |
Hey there,
I can't seem to get the font family to change when using a custom config per your example in the docs.
Color seems to change just fine, however font family and size do not change when creating a checkbox (edit: or label). Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: