Skip to content

Instantly share code, notes, and snippets.

@hadinajafi
Created May 4, 2019 19:11
Show Gist options
  • Save hadinajafi/385c6d7dda3bb5cb58f6e08d94611bb0 to your computer and use it in GitHub Desktop.
Save hadinajafi/385c6d7dda3bb5cb58f6e08d94611bb0 to your computer and use it in GitHub Desktop.
Addd custom font to the JavaFX application using CSS
@font-face{
font-family: Table;
src: url(gamelogger/fonts/Ubuntu-R.ttf);
}
#recentTable{
-fx-font-family: Ubuntu;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment