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

청소년정책위키
 
편집 요약 없음
1번째 줄: 1번째 줄:
/* 여기의 자바스크립트는 모바일 사이트를 사용하는 사용자에게 로드됩니다 */
/* 여기의 자바스크립트는 모바일 사이트를 사용하는 사용자에게 로드됩니다 */
/* 폰트 불러오기 */
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);


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

2023년 10월 7일 (토) 18:00 판

/* 여기의 자바스크립트는 모바일 사이트를 사용하는 사용자에게 로드됩니다 */

/* 폰트 불러오기 */
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);

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