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

편집 요약 없음
편집 요약 없음
편집 요약 없음
2번째 줄: 2번째 줄:
link.rel = 'stylesheet';
link.rel = 'stylesheet';
link.as = 'style';
link.as = 'style';
fontLink.crossOrigin = '';
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);