Forum Discussion
CustomFont PowerBI Service/Embedded
Hi Anonymous ,
Based on my test, after I use custom font in power bi desktop, I publish the report to power bi service. It works well with custom font in power bi service. Would you please try to publish the report instead of upload? If it didn't work, would you please show us the json file with your custom font for test?
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
- Anonymous5 years agoNot applicable
Hi v-deddai1-msft,
Thanks for the answer. Nonetheless, have you checked that you do not have installed that custom font in local? If I have this font installed locally in my computer it works well. The issue is that end users will access with another computer and so will see another font than the one applied.
Here is the part of the Json file with the custom font"
"visualStyles":{
"*":{
"*":{"*":[{
"titlefontFamily":"Gotham Rounded",
"fontFamily":"Gotham Rounded"
}]
}
},Regards,
Victor