const fs = document.createElement('link'); fs.rel = 'stylesheet'; fs.href = 'https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/css/foundation.min.css'; fs.crossOrigin = 'anonymous'; document.getElementsByTagName('head')[0].appendChild(fs);