-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Recipes cannot set default fonts #555
Comments
I've had this thought from other perspectives. Really the "correct" solution is to have a bunch of attributes: guidefontsize, guidefontfamily, etc... and then guidefont would be a way to set all of those at once, similar to |
I think that's the right way to go since |
A few additional coments:
|
This is a recurring issue and a very nice feature to have. Thank you for reporting it @ChrisRackauckas. |
All that's needed is for someone to implement this change in practice:
|
This is great to see! Thanks! |
In order to set default fonts, one needs to do something like:
However,
font
is in Plots and not RecipesBase, so changing the default font requires a Plots dependency.The text was updated successfully, but these errors were encountered: