미디어위키:Common.js: 두 판 사이의 차이

238 바이트 제거됨 ,  2023년 10월 7일 (토)
편집 요약 없음
편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* 이 자바스크립트 설정은 모든 문서, 모든 사용자에게 적용됩니다. */
/* 이 자바스크립트 설정은 모든 문서, 모든 사용자에게 적용됩니다. */


/* 폰트 불러오기 */
importScript( '미디어위키:Webfont-Pretendard.js' );
var fontLink = document.createElement('link');
fontLink.rel = 'stylesheet';
fontLink.as = 'style';
fontLink.href = 'https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css';
document.head.appendChild(fontLink);


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