I would like to change font weight for troika-text package. I am currently coding on a-frame. My code does not seem to work.
troika-text could be found on github https://github.com/lojjic/aframe-troika-text
This is the result I am aiming for, font weight 600:
This is the result I am getting, I understand this is normal weight 400
Here is my code:
<a-text
id="text"
position="0 0 -5"
troika-text="value: Hello World; align: center; color: white; font-size: 0.25; font-weight: 600"></a-text>