UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

2 lines (1 loc) 351 B
import{loadCustomFonts as n}from"../tools/loaders";export async function loadCustomCss(t,o){if(t?.customCss){const e=document.createElement("style");if(e.textContent=t.customCss,document.head.append(e),typeof ShadowRoot<"u"&&o instanceof ShadowRoot){const s=document.createElement("style");s.textContent=t.customCss,o.append(s)}await n(t.customCss)}}