How to set font to a column in table view in java fx. I have a table with 3 columns and i want to set different fonts for each of the columns. Also, is it possible to change
what style (syntax) to specify that for column 1 use this stlye 1, column2 use style 2
Supply a custom cell factory which supplies cells to which you have applied styleclasses you have defined in css. The linked documentation contains examples which should provide you with enough information to achieve this.