Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

ttf True Type Fonts

Hi all,

 

Our designer has set that the fonts to be used for our report is a ttf 'Barlow Semi Condensed'. I know I have to make a JSON file in order to implement this and so I did, both for colors which works fine as well as for fonts and that part does not work.

First, the font does not display on all visuals, sometimes when it says it uses the font, it actually is not and finally it does not seem to work on all visuals. Did I do something wrong?

 

Here is the part of the JSON file 

 

"textClasses": {
"callout": {
"fontSize": 36,
"fontFace": "Barlow Semi Condensed",
"color": "#575756"
},
"title": {
"fontSize": 14,
"fontFamily": "Barlow Semi Condensed",
"color": "#575756"
},
"header": {
"fontSize": 12,
"fontFamily": "Barlow Semi Condensed",
"color": "#575756"
},
"label": {
"fontSize": 10,
"fontFamily": "Barlow Semi Condensed",
"color": "#575756"
}
}

 

 

So in short, I want (need) to use this font in all places in my report ...

Thanks

 

Ubo

 

 

 

2 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi v-yuta-msft,

       

      Thanks for the suggestion and that has been my to-go document, for the colors it worked fine, for the fonts not so. I also saw somewhere that there may be an option to define a font family to override all fonts??? That would be just what I need

       

      Ubo