2025-02-12 19:15:28 +08:00

11 lines
323 B
HTML

<script>
(function () {
const customFont = document.createElement('link');
customFont.href = "https://download.东北大学.com/external/googleapi/css2.css";
customFont.type = "text/css";
customFont.rel = "stylesheet";
document.head.appendChild(customFont);
}());
</script>