Forum Discussion

sandeep07's avatar
sandeep07
Frequent Visitor
1 year ago
Solved

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...
  • Akash_Varuna's avatar
    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.