I'm having a little issue setting default font-family/color on none PATTERN words in codeArea. Font size works fine.
.codearea{
-fx-font-size: 15px;/*ok*/
-fx-font-family: "consolas";/*doesn't apply*/
/*neither these */
-fx-fill: #049bce;
-fx-highlight-text-fill : white;
}
codeArea.getStyleClass().add("codearea");
I'm having a little issue setting default font-family/color on none PATTERN words in codeArea. Font size works fine.