Ruckus
fun loadFont(path: String, size: Double) = MethodHandles.lookup() .lookupClass() .getResourceAsStream(path).use { Font.loadFont(it, size) }