How to use custom fonts for particular labels in mashup
I am using TWX 8.5, I need to change fonts for few of the labels in my mashup.
I tried using custom css
.label {
font-family:"Segoe UI" !important ;
}
like this, but code is not working previously I used this method in 8.4 It worked fine, I don't know why I am not able to change Segoe or Roboto fonts.

