Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Inject Power BI default fonts (@font-face) into custom visual iframes

Custom visuals run in sandboxed iframes (allow-scripts only).
The FontPicker exposes Power BI web fonts (wf_standard-font / DIN, etc.) but the @FONT-face declarations are only in the parent page.
Custom visuals can't render these fonts — they silently fall back to Arial.

At minimum, the default font (DIN) should be injected into the iframe document. Currently, the only solution is to embed a base64 encoding of this font in the visual.less file which add extra unecessary load to power fabric and user's browser.

Status: New