미디어위키:Webfont-Pretendard.js: 두 판 사이의 차이
Myheart3123 (토론 | 기여) 편집 요약 없음 |
Myheart3123 (토론 | 기여) 편집 요약 없음 |
||
5번째 줄: | 5번째 줄: | ||
document.head.appendChild(link); | document.head.appendChild(link); | ||
/* [[분류:위키 인터페이스 | /* [[분류:위키 인터페이스 자바스크립트]] */ |
2024년 2월 13일 (화) 19:19 기준 최신판
var link = document.createElement('link'); link.rel = 'stylesheet'; link.as = 'style'; link.href = "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"; document.head.appendChild(link); /* [[분류:위키 인터페이스 자바스크립트]] */