Forum Discussion

RobbLewz's avatar
RobbLewz
Helper II
6 years ago

Themes

Hello,

 

Our company has a custom font and wants to use it within our Power BI reports.

 

As a test I have tried using Vivaldi as it stands out.  I created a theme file and selected it, but find several things like Matrix values, row headers, chart labels don't get affected by this.  I did see a youtube demo in which they did though...  Does anyone have any experiance of globally changing all text to use the one defined by the theme?

 

 

 

{
  "name": "Vivaldi test",
  "textClasses": {
    "label": { "fontFace": "Vivaldi" },
    "header": { "fontFace": "Vivaldi" },
    "callout": { "fontFace": "Vivaldi" },
    "title": { "fontFace": "Vivaldi" }
  },
  "visualStyles": {
    "*": {
      "*": {
        "*": {
          "*": [
            {
              "fontSize": 20,
              "fontFamily": "Vivaldi",
              "color": { "solid": {} }
            }
          ]
        }
      }
    }
  }