Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
naninamu
Helper IV
Helper IV

Custom fonts - fallback when not rendering on Web

Hi - I've built a report which is published to the public web. Unfortunately, in many cases, the custom font I used is not showing, and instead the report is falling back to Times New Roman. 

2 questions:

 

1) I assume the issue whereby the font needs to be installed locally is still an issue? 

 

2) I would like my fallback to be Arial. How do I modify my existing JSON file to make this happen? Below is my current JSON file.

 

{
"name": "Custom Theme",
"dataColors": ["#22272B","#004000","#0B3F47","#002664","#441170","#65004D","#630019","#941B00","#694800","#523719","#CBEDFD","#146CFD","#8CE0FF","#D7153A","#F2F2F2"],
"textClasses": {
"callout": {
"fontSize": 45,
"fontFace": "Public Sans",
"color": "#252423"
},
"title": {
"fontSize": 12,
"fontFace": "Public Sans",
"color": "#252423"
},
"header": {
"fontSize": 12,
"fontFace": "Public Sans",
"color": "#252423"
},
"label": {
"fontSize": 10,
"fontFace": "Public Sans",
"color": "#252423"
}
}
}

 

Thanks, Andrew

0 REPLIES 0

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors