/******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Mar 04 2021 | 14:52:55 */ var head = document.head; var link = document.createElement('link'); link.rel = 'stylesheet'; link.href = "https://use.fontawesome.com/releases/v5.15.2/css/all.css"; link.integrity= "sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu"; link.crossOrigin = "anonymous"; //https://stackoverflow.com/questions/35323268/how-to-solve-resource-requires-the-request-to-be-cors-enabled-resource-has-bee head.appendChild(link); var link2 = document.createElement('link'); link2.rel = 'stylesheet'; link2.href = "https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"; head.appendChild(link2);