For my current project, I am working with three.js and I am interested in using a font other than the default "helvetiker". After some research, I learned that I need to convert the font using typeface.js to obtain a font file. I have successfully converted the font, but now I am struggling to integrate it into three.js. I have explored various examples in three.js by mrdoob but couldn't find a solution. I also noticed a loadFace function in THREE.FontUtils within the three.js source code, but I am unsure how to implement it. As this is my first project with Three.js, any guidance on this matter would be greatly appreciated. Thank you!
Greg