solorice/vscodium/extensions/ms-toolsai.jupyter-2022.3.1000901801/out/fontAwesome/fontAwesomeLoader.js
2022-04-28 21:17:01 +03:00

1 line
327 B
JavaScript

const getPublicPath=()=>new URL(scriptUrl.replace(/[^/]+$/,"")).toString(),uri=new URL(scriptUrl.replace(/[^/]+$/,"")).toString()+"node_modules/font-awesome/css/font-awesome.min.css";function addCSS(e){const t=document.head,n=document.createElement("link");n.href=e,n.type="text/css",n.rel="stylesheet",t.append(n)}addCSS(uri);