미디어위키:Common.js: 두 판 사이의 차이
Myheart3123 (토론 | 기여) 편집 요약 없음 |
Myheart3123 (토론 | 기여) 편집 요약 없음 |
||
4번째 줄: | 4번째 줄: | ||
fontLink.rel = 'stylesheet'; | fontLink.rel = 'stylesheet'; | ||
fontLink.as = 'style'; | fontLink.as = 'style'; | ||
fontLink.href = 'https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css'; | fontLink.href = 'https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css'; | ||
document.head.appendChild(fontLink); | document.head.appendChild(fontLink); | ||
/* [[분류:위키 인터페이스 문서]] */ | /* [[분류:위키 인터페이스 문서]] */ |
2023년 10월 7일 (토) 17:59 판
/* 이 자바스크립트 설정은 모든 문서, 모든 사용자에게 적용됩니다. */ 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); /* [[분류:위키 인터페이스 문서]] */