Skip to content

Commit 297ff75

Browse files
committed
Move location of MPLUS font and rename
1 parent fe0f34d commit 297ff75

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

examples/fonts/ttf/MPLUSRounded1c/MPLUSRounded1c-Regular.json renamed to examples/fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.typeface.json

File renamed without changes.
-3.22 MB
Binary file not shown.

examples/webgl_geometry_text_stroke.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
scene.background = new THREE.Color( 0xf0f0f0 );
5151

5252
const loader = new FontLoader();
53-
loader.load( 'fonts/ttf/MPLUSRounded1c/MPLUSRounded1c-Regular.json', function ( font ) {
53+
loader.load( 'fonts/ttf/MPLUSRounded1c/MPLUSRounded1c-Regular.typeface.json', function ( font ) {
5454

5555
const color = new THREE.Color( 0x006699 );
5656

0 commit comments

Comments
 (0)