11 lines
313 B
HTML

<script>
(function () {
const customFont = document.createElement('link');
customFont.href = "https://cdn.ember.ac.cn/external/googleapi/css2.css";
customFont.type = "text/css";
customFont.rel = "stylesheet";
document.head.appendChild(customFont);
}());
</script>