script> (function(){ // 1) Load the webfonts var fontLink = document.createElement('link'); fontLink.rel = 'stylesheet'; fontLink.href = 'https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap'; document.head.appendChild(fontLink); // 2) Inject the page CSS via JavaScript (Weebly/Square strips raw