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

청소년정책위키
(새 문서: 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:02 판

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);