Skip to main content
10-Marble
November 7, 2017
Question

How to change font type

  • November 7, 2017
  • 9 replies
  • 5299 views

Dear Team,

How to change font type? As in style there is no options for font changes.

Thanks in advance

    9 replies

    5-Regular Member
    November 7, 2017

    Hi Bhuwaneshwar, for which widget are you attempting to change the font?

    5-Regular Member
    November 7, 2017

    Not sure if you have already seen this extension called Font Labeling available for download from ThingWorx Marketplace

    bgupta-210-MarbleAuthor
    10-Marble
    November 7, 2017

    That extension are work for label only. I need for all widget level.

    5-Regular Member
    November 7, 2017

    As far as i know you will need to call a custom CSS style sheet to apply different font styles.

    bgupta-210-MarbleAuthor
    10-Marble
    November 7, 2017

    Hi Sushant,

    Can you help me regarding this how to call custom css in thingworx.

    5-Regular Member
    November 8, 2017

    Do you want to change the font for the entire platform and all mashups/widgets? This is possible with an extension that includes the font you wish to use as an UNKNOWN resource type in the meta data, and including runtime CSS such as:

    @font-face {

      font-family: 'ITCBLKAD';

      src: url(ITCBLKAD.TTF);

      font-weight: normal;

      font-style: normal;

    }

    * {

        font-family: 'ITCBLKAD', Arial, sans-serif !important;

    }

    5-Regular Member
    December 5, 2017

    James

    Could you explain with more details or share the extension you mentioned.

    bgupta-210-MarbleAuthor
    10-Marble
    December 6, 2017

    Hi James,

    I need for widget.

    17-Peridot
    February 2, 2018

    HI All,

    Font Labeling Widget is available at ThingWorx IoT Marketplace  for this case.

    Thanks & Regards,

    Sathishkumar C