diff --git a/orx-shapes/src/jvmDemo/kotlin/text/DemoText01.kt b/orx-shapes/src/jvmDemo/kotlin/text/DemoText01.kt index 35bc617f..c1a1df19 100644 --- a/orx-shapes/src/jvmDemo/kotlin/text/DemoText01.kt +++ b/orx-shapes/src/jvmDemo/kotlin/text/DemoText01.kt @@ -18,7 +18,7 @@ fun main() { program { val face = - loadFace("https://github.com/IBM/plex/raw/master/IBM-Plex-Mono/fonts/complete/otf/IBMPlexMono-Bold.otf") + loadFace("https://github.com/IBM/plex/raw/master/packages/plex-mono/fonts/complete/otf/IBMPlexMono-Bold.otf") val shapes = shapesFromText(face, "SUCH\nVECTOR\nSUCH\nTEXT", 150.0) val bounds = shapes.bounds @@ -30,4 +30,4 @@ fun main() { } } } -} \ No newline at end of file +}