미디어위키:Webfont-Pretendard.js: 두 판 사이의 차이
Myheart3123 (토론 | 기여) 편집 요약 없음 |
Myheart3123 (토론 | 기여) 편집 요약 없음 |
||
2번째 줄: | 2번째 줄: | ||
link.rel = 'stylesheet'; | link.rel = 'stylesheet'; | ||
link.as = 'style'; | link.as = 'style'; | ||
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); |
2023년 10월 7일 (토) 18:07 판
var link = document.createElement('link'); link.rel = 'stylesheet'; link.as = 'style'; link.href = "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"; document.head.appendChild(link);