본문으로 이동

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

212 바이트 제거됨 ,  2023년 10월 7일 (토)
편집 요약 없음
편집 요약 없음
편집 요약 없음
2번째 줄: 2번째 줄:


/* 폰트 불러오기 */
/* 폰트 불러오기 */
var fontLink = document.createElement('link');
importScript( '미디어위키:Webfont-Pretendard.js' );
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);


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