text-weight troika-text (aframe, 8thwall)

57 Views Asked by At

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:

enter image description here

This is the result I am getting, I understand this is normal weight 400

enter image description here

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>
0

There are 0 best solutions below