Forum Discussion
Custom font for PowerBI Embedded (or Service) without having to install it locally
- Anonymous4 years ago
Hi Anonymous ,
Now Power BI does not support.
In the Power BI file as well as on the website (Power BI Service) the user-defined font will only be displayed if it is installed locally.
If the PC has not installed the font, the font cannot be displayed. The same applies to the Power BI App.
If we look at the HTML or CSS code for the opened report on the Power BI service in the browser, we see that the value inside our JSON file is simply used as the value for the font:
This means the browser requests the font “MiddleEarth” from the file system. If the font is not found, for example because it is not installed, it cannot be displayed and a fallback font will be displayed.
More details: Using enterprise or custom fonts in Power BI
Or you can vote here: Embed font for use in Power BI Service
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Now Power BI does not support.
In the Power BI file as well as on the website (Power BI Service) the user-defined font will only be displayed if it is installed locally.
If the PC has not installed the font, the font cannot be displayed. The same applies to the Power BI App.
If we look at the HTML or CSS code for the opened report on the Power BI service in the browser, we see that the value inside our JSON file is simply used as the value for the font:
This means the browser requests the font “MiddleEarth” from the file system. If the font is not found, for example because it is not installed, it cannot be displayed and a fallback font will be displayed.
More details: Using enterprise or custom fonts in Power BI
Or you can vote here: Embed font for use in Power BI Service
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.