How to load own font from CSS file into JavaFX application (I'm using now JDK 8u45) -
when used jdk 8u11 see in application text in own font. when upgraded java jdk 8u45 see font wasn't loaded. can't see warning in console in eclipse (i'm using luna). used css, not working.
@font-face { font-family: 'my-font'; src: url('../font/my-font.otf'); }
can me?
Comments
Post a Comment