We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e37062 + 64b1091 commit 1066b2cCopy full SHA for 1066b2c
docs/api/loaders/FontLoader.html
@@ -29,7 +29,7 @@ <h2>Examples</h2>
29
var loader = new THREE.FontLoader();
30
var font = loader.load(
31
// resource URL
32
- 'fonts/helvetiker_bold.typeface.json'
+ 'fonts/helvetiker_bold.typeface.json',
33
34
// onLoad callback
35
function ( font ) {
0 commit comments