const link = document.createElement("link"); link.href = "https://use.typekit.net/pxs1vio.css"; // link.rel = "stylesheet"; document.head.appendChild(link);
top of page
bottom of page