Forum Discussion
romals29
4 years agoHelper II
How to add custom font
Hi I need to add a custom font to my power bi desktop. I know that we can create a theme with the font type we want in JSON and call that JSON file in theme would sort out the issue but my requirem...
- Anonymous4 years ago
Hi romals29 ,
There is some kind of theme management on Power BI Service. You can apply JSON theme to a dashboard. See details - Use dashboard themes in the Power BI service - Power BI | Microsoft Docs .
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
mariaerthall
3 years agoNew Member
I tried to added the theme to use the font "montsserat" in my dashboards using json and didn't work. I did all the steps and still can't use the theme i added, it only appears in the "box text" of the "homepage" menu, but i can't use it in the graphics, can someone help me with that? I used the font from "google.fonts" and the code in json:
{
"name": "Nova Fonte",
"visualStyles":{
"*":{
"*":{
"*":[
{"fontFamily":"Montsserat"}
]
}
}
}
}
Pleeease i need help, i tried everything.
Pleeease i need help, i tried everything.