/* 목록 상단에 카테고리 제목 없애기 */ .home .page-title { display: none; } /* 폰트 정의 */ p, h1, h2, h3, h4, h5 { font-weight: 300 !important; font-family: "sans-serif", "serif", "malgun gothic", "gulim", "gulimche", "dotum", "dotumche", "monospace", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important; } /* 본문 폰트사이즈 */ .entry { font-size: 12pt !important; line-height: 1.5; } /* 제목1 */ .entry h1 { font-size: 24pt !important; } /* 제목2 */ .entry h2 { font-size: 20pt !important; } /* 제목3 */ .entry h3 { font-size: 16pt !important; } /* 제목4 */ .entry h4 { font-size: 16pt !important; }