Apply host-provided font CSS
Injects or updates a style element with font-related CSS. The style element is identified by a specific ID so it can be updated.
CSS string containing
rules or other font styles
applyHostFonts(` @font-face { font-family: 'CustomFont'; src: url('...') format('woff2'); } body { font-family: 'CustomFont', sans-serif; }`); Copy
applyHostFonts(` @font-face { font-family: 'CustomFont'; src: url('...') format('woff2'); } body { font-family: 'CustomFont', sans-serif; }`);
Apply host-provided font CSS
Injects or updates a style element with font-related CSS. The style element is identified by a specific ID so it can be updated.