미디어위키:Webfont-Pretendard.js: 두 판 사이의 차이

청소년정책위키
편집 요약 없음
편집 요약 없음
 
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);

/* [[분류:위키 인터페이스 자바스크립트]] */