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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Custom font is showing differently in the report

Hi,

 

I have imported JSON file for customized theme. There is a custom font "Roboto" which i want to use across the report and mentioned it in the JSON file. However, it is not in correct type when using "Roboto" in the report.

This is the sample part of theme :

 

{
"name": "PBI Theme",
"textClasses": {
"label": {
"color": "#D0D6DD",
"fontFace": "Roboto",
"fontSize": 12
},
"callout": {
"color": "#D0D6DD",
"fontSize": 14
},
"title": {
"color": "#D0D6DD",
"fontFace": "Roboto"
},
"header": {
"color": "#D0D6DD"
}
},

 

The roboto font is also there in the formatting pane:

mypowerbi1_0-1652183458618.png 

mypowerbi1_1-1652184305660.png

 

But when applying it on the visuals, it has different font which is actually Times New Roman. 

This is the correct font :

mypowerbi1_2-1652184454720.png

 

Is there anything wrong i am doing here or Power BI doesn't support it or any possible bug in Power BI Desktop?

Please suggest.

 

Thanks

1 REPLY 1
PabloDeheza
Solution Sage
Solution Sage

Hi @Anonymous !
I'm not entirely sure, but I think you JSON is not correct.

Please refer to this post about custom fonts for Power BI.

Let me know if that helps!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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