mirror of
https://github.com/kaka111222333/kaka111222333.github.io.git
synced 2025-12-17 07:18:44 +08:00
15 lines
478 B
HTML
15 lines
478 B
HTML
<!-- Async font loading -->
|
|
<script>
|
|
window.WebFontConfig = {
|
|
custom: {
|
|
families: ['Spoqa Han Sans:100,300,400,700'],
|
|
urls: ['https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css']
|
|
},
|
|
timeout: 60000
|
|
};
|
|
(function(d) {
|
|
var wf = d.createElement('script'), s = d.scripts[0];
|
|
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
|
|
s.parentNode.insertBefore(wf, s);
|
|
})(document);
|
|
</script> |