Solved
How to add font style?
Hi,
Can I add my own font file (* .TTF) as a resource for "Vuforia Studio" instead of an external font?
Can I use the resource font I have added?
Or is it possible to use only external fonts via unconditional URL like below?
@import url (// fonts.googleapis.com/css?family=Bowlby One);
.specialfont {
font-family: 'Bowlby One';
}
Thanks,
Warm Regards,
SeonHo

