Forum Discussion
Add a font
You can import it as .less file.
@import (less) url('https://fonts.googleapis.com/css?family=Montserrat');
- Anonymous8 years agoNot applicable
Sounds good! Where do I enter this code?
- kiranvijay8 years agoFrequent Visitor
This is currently possible only with custom visuals.
Sample custom visual with Font family assigned under style/visual.less https://github.com/Microsoft/PowerBI-visuals-sampleBarChart
- progoldspa8 years agoNew Member
kiranvijay please could you help me? I have the same request to add Lato font to use in a .pbix file
I've installed nodejs but I can't understand how to use and where I have to add the code @import ect.
Thank you
- aparna-bh3 years agoFrequent Visitor
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.