I created an element with document.createElement('a-link') then I set the title attribute with : setAttribute('title','TITLE') and I can see the title but the font is too small. Is there a way to set the font size ?
You can reach into the a-link
entity and change the text size:
linkEl.querySelector('[text]').setAttribute('scale', '2 2 2');