From 0747c5632884876bf71b8897c3de8ecabe6c858e Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:47:09 +1000 Subject: [PATCH] upd --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index e2833d1..a62428c 100644 --- a/main.js +++ b/main.js @@ -50,7 +50,8 @@ let camera, scene, renderer, effect; let particleLight; const loader = new FontLoader(); -loader.load( 'fonts/gentilis_regular.typeface.json', function ( font ) { +loader.load( 'https://raw.githubusercontent.com/mrdoob/three.js/master/examples/fonts/gentilis_regular.typeface.json', function ( font ) { + //'fonts/gentilis_regular.typeface.json', function ( font ) { init( font ); animate();