Forum Discussion
Re: Custom font in Power BI
Hi everybody i have the same problem but dont works with double quote or other solutions, why ?
can anyone helps me, mi customized font that i wish to use in power bi is
- Anonymous2 years ago
Hi rufmau68 ,
I tested this font and it works fine. You can try the variant of 'Titillium Web' to see if it works fine.
Best Regards,
Wenbin Zhou
11 Replies
- AnonymousNot applicable
Hi rufmau68 ,
Regarding your question, here are my test steps.
1.Download the fonts you need.
2.Copy the font to the following path and install it.
3.Modify the default style and export the theme in Power BI Desktop.(The exported Json file will only show the modified values, not the default values.)
All four options need to be modified.
Replace with the font name you want
4.Re-import the JSON file.
For details, please refer to the following article.
Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- rufmau68
Helper III
Thanks but i try it and dont works.
my .json them contains
{
"name": "Custom",
"textClasses": {
"label": {
"fontFace": "Titillium Web"
},
"callout": {
"fontFace": "Titillium Web"
},
"title": {
"fontFace": "Titillium Web"
},
"header": {
"fontFace": "Titillium Web"
}
}
}but when i applies to mi pbi report , i show times new roman font although in theme and visual object properties i see my custom fontface ....
- zedzenNew Member
try with
"fontFace": "'Titillium Web'"
- rufmau68
Helper III
Thanks Zhou...
i add an information, i try it with your font (lato) and with lato works, but if i try with mine custom font (Titillium) dont works, can you try with my font ?
https://fonts.google.com/specimen/Titillium+Web?query=titilliumthanks
- rufmau68
Helper III
Hi Anonymous , yes i install it , but dont works, now i try to update my pbi desktop client to the last version and retry it...
- AnonymousNot applicable
Hi rufmau68 ,
I tested this font and it works fine. You can try the variant of 'Titillium Web' to see if it works fine.
Best Regards,
Wenbin Zhou