Skip to content

Instantly share code, notes, and snippets.

@guigarage
Created September 16, 2014 17:20
Show Gist options
  • Save guigarage/394ff78501d059cf2670 to your computer and use it in GitHub Desktop.
Save guigarage/394ff78501d059cf2670 to your computer and use it in GitHub Desktop.
Define a font for a JavaFX application by CSS
.text {
-fx-font-family: "Asap";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment