|
|
10번째 줄: |
10번째 줄: |
|
| |
|
| {{#css: | | {{#css: |
| @font-face { | | @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"); |
| font-family: 'Pretendard';
| |
| font-weight: 700;
| |
| font-display: swap;
| |
| src: local('Pretendard Bold'), url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/blob/main/packages/pretendard/dist/web/static/woff2/Pretendard-Bold.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/blob/main/packages/pretendard/dist/web/static/woff/Pretendard-Bold.woff') format('woff');
| |
| }
| |
| | |
| @font-face { | |
| font-family: 'Pretendard';
| |
| font-weight: 400;
| |
| font-display: swap;
| |
| src: local('Pretendard Regular'), url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/blob/main/packages/pretendard/dist/web/static/woff2/Pretendard-Regular.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/blob/main/packages/pretendard/dist/web/static/woff/Pretendard-Regular.woff') format('woff');
| |
| }
| |
| }} | | }} |