Forum Discussion
Add a font
You can import it as .less file.
@import (less) url('https://fonts.googleapis.com/css?family=Montserrat');
Can you please advise where to add this import statement?
- PaulDBrown3 years agoCommunity Champion
See if this helps:
https://www.sumproduct.com/blog/article/power-bi-tips/power-bi-importing-fonts-into-power-bi
- Anonymous2 years agoNot applicable
It was everything I was looking for. It's a shame no one knows this answer. The common json modification answer doesn't work at all, you are awesome.
- aparna-bh3 years agoFrequent Visitor
Thank you Paul. I have updated my theme file with custom font. What i was wondering is if the font is not available for the end user, how does it work? Where to add the import fonts statement but I got to know it is still not available to import fonts using powerbi.
- PaulDBrown3 years agoCommunity Champion
I really don't know the answer. However, given that the report/app will be shared through the Power BI service, I would wager that the fact that an end user's Windows does not have the font installed should be irrelevant; it's consumed through the web. Again, this is just applying logic so I could very well be wrong.