function loadCSS(href) { const style = document.createElement("link"); style.href = href; style.rel = "stylesheet"; document.head.appendChild(style); } loadCSS( "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" );