Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi,
How do I add external font style to the widget Text in Thingworx studio.
I have tried this:
font-family: Montserrat;
src: url(#{resources}/Uploaded/Montserrat-Light.otf);
But it is not working.
Thanks,
Desai
Solved! Go to Solution.
You can do this through CSS.
If your font is available on-line, then you don't need to upload the font as a resource. Just change the source URL in the CSS definition to point to the on-line copy.
Hope this helps.
Allan
Yes, you can reference your font through a CSS Style definition. I've tried it with a WOFF font and it works fine.
Now your label will use the font.
If the font is available on-line, then you don't even need to upload the font as a resource. Just change the URL in the CSS definition to point to the online version.
Hope this helps.
Allan
You can do this through CSS.
If your font is available on-line, then you don't need to upload the font as a resource. Just change the source URL in the CSS definition to point to the on-line copy.
Hope this helps.
Allan
The CSS doesn't seem like working for non administrator users who have only run time permissions. Got any thoughts on this?