How to change font for the axis?
Hello @HanSolo ,
I try to change the font for the axis but it's not working for the moment (I've tried through css).

.axis .yaxis {
-fx-font-family: "Arial";
-fx-font-size: 18px;
}
I could change the size with the setAutoFontSize(false) and setTickLabelFontSize() methods but I would like to change the font also.
Do you have a sample on how to change it for the axis on a simple XYChart ?
Thanks, Gerald
As it seems the font is hardcoded to Lato. In the file you mentioned Above. @GeCol1
The font in my Axis class is not configurable at the moment but that I can change. Keep in mind that I don’t make use of css because most of the controls in this lib make use of canvas which is not directly stylable using css.