aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.69k stars 3.98k forks source link

aframe parsing font failed, #5585

Closed HQLiLi closed 1 month ago

HQLiLi commented 1 month ago

I tried ttf,otf,woff,but it didn't work.

111
dmarcos commented 1 month ago

You need an SDF font. Cannot load any random format. Described in the docs:

https://aframe.io/docs/1.6.0/components/text.html#fonts

Best of luck