Skip to main content
1-Visitor
February 3, 2016
Question

Custom Font

  • February 3, 2016
  • 3 replies
  • 4493 views

Is it possible to change the font for our application (globally or otherwise) in composer?

3 replies

5-Regular Member
February 3, 2016

Adam, other than the standard bold, italics and underline options for fonts, I don't believe custom fonts are available natively.

1-Visitor
February 4, 2016

Well if you dig a bit on the CSS ( css/Combined.XXXXXX.css ), you may create an extension that overrides custom fonts

Carles.

5-Regular Member
August 17, 2016

Cales~~

I couldn't understand your guide well.

Could you give a more detailed guide about applying custom font?

Our customer want to apply their custom font.

yongjune.

1-Visitor
June 1, 2017

On my original post I mean writing an extension that overrides standard TW css with your custom font, but css on TW it's a big mess an you will need to test a lot.

For instance just to give it a try I've went to Thingworx/Runtime/css/Combined.XXXX.css and changed body { font-family: } to Times New Roman and reloaded runtime and some things had changed to Times New Roman and others not, then you will need to dig around to find all font-family css and override it on your custom extension:

body { font-family: "Times New Roman" !important }