<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to add external font style in Thingworx studio in Vuforia Studio</title>
    <link>https://community.ptc.com/t5/Vuforia-Studio/How-to-add-external-font-style-in-Thingworx-studio/m-p/935085#M12348</link>
    <description>&lt;P&gt;The CSS doesn't seem like working for non administrator users who have only run time permissions. Got any thoughts on this?&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2024 16:51:28 GMT</pubDate>
    <dc:creator>suraj_visvesh</dc:creator>
    <dc:date>2024-03-06T16:51:28Z</dc:date>
    <item>
      <title>How to add external font style in Thingworx studio</title>
      <link>https://community.ptc.com/t5/Vuforia-Studio/How-to-add-external-font-style-in-Thingworx-studio/m-p/553053#M3366</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How do I add external font style to the widget Text in Thingworx studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried this:&lt;/P&gt;
&lt;P&gt;font-family: Montserrat;&lt;BR /&gt; src: url(#{resources}/Uploaded/Montserrat-Light.otf);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it is not working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Desai&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 07:23:22 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Vuforia-Studio/How-to-add-external-font-style-in-Thingworx-studio/m-p/553053#M3366</guid>
      <dc:creator>Desai</dc:creator>
      <dc:date>2018-06-07T07:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to add external font style in Thingworx studio</title>
      <link>https://community.ptc.com/t5/Vuforia-Studio/How-to-add-external-font-style-in-Thingworx-studio/m-p/554178#M3395</link>
      <description>&lt;P&gt;Yes, you can reference your font through a CSS Style definition.&amp;nbsp; I've tried it with a WOFF font and it works fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In the Styles &amp;gt; Application setting for the Project (in the panel of the left side of the screen) add in your font definition where you refer to the font source online:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;@font-face { font-family: 'Archer Book'; src: url('#{$resources}/Uploaded/Archer-Book-Pro.woff') format('woff'); font-weight: normal; font-style: normal;}&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Define a CSS Class that uses this font:&lt;BR /&gt;&lt;BR /&gt;.custom-title {&lt;BR /&gt; font-size: 25px;&lt;BR /&gt; font-family:'Archer Book';&lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;In your label widget, refer to the CSS Class:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://community.ptc.com/t5/image/serverpage/image-id/7953iE6492AB51F940F9B/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Untitled.png" title="Untitled.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Now your label will use the font.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the font is available on-line, then you don't even need to upload the font as a resource.&amp;nbsp; Just change the URL in the CSS definition to point to the online version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Allan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 02:10:51 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Vuforia-Studio/How-to-add-external-font-style-in-Thingworx-studio/m-p/554178#M3395</guid>
      <dc:creator>AllanThompson</dc:creator>
      <dc:date>2018-06-12T02:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to add external font style in Thingworx studio</title>
      <link>https://community.ptc.com/t5/Vuforia-Studio/How-to-add-external-font-style-in-Thingworx-studio/m-p/554200#M3397</link>
      <description>&lt;P&gt;You can do this through CSS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In the Project Panel on the left side of the screen, go to Styles &amp;gt; Application and add in the call to use the font:&lt;BR /&gt;&lt;BR /&gt;@font-face { font-family: 'Montserrat'; src: url('#{$resources}/Uploaded/&lt;SPAN&gt;Montserrat-Light.otf&lt;/SPAN&gt;') format('otf'); font-weight: normal; font-style: normal;}&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Create a style definition that calls this font:&lt;BR /&gt;&lt;BR /&gt;.custom-title {&lt;BR /&gt; font-size: 25px;&lt;BR /&gt; font-family:'&lt;SPAN&gt;Montserrat&lt;/SPAN&gt;';&lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Create your label and use the previously defined style:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://community.ptc.com/t5/image/serverpage/image-id/7955iF84F8B657151718B/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Untitled.png" title="Untitled.png" /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If your font is available on-line, then you don't need to upload the font as a resource.&amp;nbsp; Just change the source URL in the CSS definition to point to the on-line copy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Allan&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 07:06:57 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Vuforia-Studio/How-to-add-external-font-style-in-Thingworx-studio/m-p/554200#M3397</guid>
      <dc:creator>AllanThompson</dc:creator>
      <dc:date>2018-06-12T07:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to add external font style in Thingworx studio</title>
      <link>https://community.ptc.com/t5/Vuforia-Studio/How-to-add-external-font-style-in-Thingworx-studio/m-p/935085#M12348</link>
      <description>&lt;P&gt;The CSS doesn't seem like working for non administrator users who have only run time permissions. Got any thoughts on this?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 16:51:28 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Vuforia-Studio/How-to-add-external-font-style-in-Thingworx-studio/m-p/935085#M12348</guid>
      <dc:creator>suraj_visvesh</dc:creator>
      <dc:date>2024-03-06T16:51:28Z</dc:date>
    </item>
  </channel>
</rss>

