Does anyone know the TornadoFX equivalent to JavaF...
# tornadofx
c
Does anyone know the TornadoFX equivalent to JavaFX CSS font loading support? equivalent to the following: @font-face { font-family: 'Anton'; font-style: normal; font-weight: bold; src: url('Anton.ttf'); } This is in context of the type safe CSS file.