Forum Discussion
sandeep07
1 year agoFrequent Visitor
Custom Font in Power BI Embed Not Displaying for End Users
Hi Community, I'm embedding a Power BI report using Power BI Embedded, and I’ve applied a custom font by modifying the theme with a custom JSON file. Here’s what I did: Added the custom font in t...
- 1 year ago
Hi sandeep07 You can try by hosting the font on a CDN or public URL. Update your theme JSON to reference the font's URL in the externalFonts section. Ensure the server hosting the font supports the correct MIME type and allows CORS.
Akash_Varuna
Super User
1 year agoHi sandeep07 You can try by hosting the font on a CDN or public URL. Update your theme JSON to reference the font's URL in the externalFonts section. Ensure the server hosting the font supports the correct MIME type and allows CORS.