편집
925
번
Myheart3123 (토론 | 기여) 편집 요약 없음 |
Myheart3123 (토론 | 기여) 편집 요약 없음 |
||
3번째 줄: | 3번째 줄: | ||
/* (최상단) 폰트 불러오기 */ | /* (최상단) 폰트 불러오기 */ | ||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"); | @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"); | ||
/* 폰트 설정 */ | |||
html, body, button { | |||
font-family: Pretendard, sans-serif; | |||
} | |||
.pre-content h1, .content h1, .content h2 { | |||
font-family: Pretendard, sans-serif; | |||
} | |||
/* 대문 분류 제거 */ | /* 대문 분류 제거 */ |