Creation of Custom Theme w a Font in powerBI

Prasanna Sundaram 1 Reputation point
2019-12-04T12:06:33.863+00:00

I am trying to create a new custom theme and I seem to be facing issues. what am I doing wrong here?

"name": "Test Theme",
"dataColors": [
"#1D2754",
"#FFFFFF",
"#CD2B2F",
"#00B0AF",
"#7A76B5",
"#E8897B",
"#26BCC8",
"#8431B4"
],

  "background": "#FFFFFF",
  "foreground": "#1D2754",
  "tableAccent": "#CE2A23"
  "good": "#1AAB40",     
  "neutral": "#d9b300",
  "bad": "#D64554",
  "maximum": "#118DFF",
  "center": "#D9B300",
  "minimum": "#DEEFFF",
  "null": "#FF7F48"

"visualStyles":{
    "*": {
        "*": {
            "*":  [{
                    "fontFamily": "Gotham"
                }]
        }
    }
}

}

}

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,262 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2019-12-04T13:49:43.043+00:00

    Product is not supported here. I'd try asking for help in dedicated forums over here.

    https://community.powerbi.com/t5/Forums/ct-p/PBI_Comm_Forums

    0 comments No comments