How to include special characters in A-frame web VR (čšž…)
问题 I want to create a website readable not only in english but i have problems with special characters. I've tried ascii html. Any idea? 回答1: If You have troble with the text component there are three ways I can think of: 1) The proper way: find or generate a font from a fontset containing those characters. The docs describe how to use custom fonts: <a-entity text="text: Hello World; font: ../fonts/CustomFnt.fnt; fontImage: ../fonts/CustomFnt.png"></a-entity> But you need to have a font file + a