Forum Discussion

TP2's avatar
TP2
Regular Visitor
5 years ago
Solved

Changing Data Label Font With Custom Theme

Hi All,

 

I'm trying to change the data labels and total data label fonts to "Century Gothic" using a custom JSON file, please see my code below:

 

 

 

{"name": "Reporting",
"visualStyles":{
	"*":{
		"*":{
			"*":[{
			"fontFamily": "Century Gothic",
			"titleFontFamily": "Century Gothic",
			"secFontFamily":"Century Gothic",
			"secTitleFontFamily": "Century Gothic"
			}]
		}
	}
 }
}

 

 

 

However, when I import this file some, but strangely not all of my data labels will change over to Century Gothic. I also cannot select that correct font in the visuals that don't change over.

 

Any help would be greatly appreciated.

 

Cheers,

 

TP2