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

청소년정책위키
편집 요약 없음
태그: 수동 되돌리기
편집 요약 없음
4번째 줄: 4번째 줄:
link.href = "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css";
link.href = "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css";
document.head.appendChild(link);
document.head.appendChild(link);
/* [[분류:위키 인터페이스 문서]] */

2023년 10월 7일 (토) 18: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);

/* [[분류:위키 인터페이스 문서]] */