diff --git a/src/extras/FontUtils.js b/src/extras/FontUtils.js index 0fbbb4bcbf1d95cbabff0e6c909d889afd341c48..1c92ccd9cd1d4f017f4de9c282b5de05eb4bfa6e 100644 --- a/src/extras/FontUtils.js +++ b/src/extras/FontUtils.js @@ -31,7 +31,7 @@ THREE.FontUtils = { try { - return this.faces[ this.face ][ this.weight ][ this.style ]; + return this.faces[ this.face.toLowerCase() ][ this.weight ][ this.style ]; } catch (e) {