티스토리_코딩

티스토리 CCZ-CROSS 글 제목 폰트 변경

레임3D 2019. 6. 17.

스킨편집 - HTML 편집 - CSS

/*본문 제목*/ 
.hd-heading { 
/*font-size: 42px;  /*본문 제목 글씨 크기*/ 
  font-weight: bold; /*원본 normal;*/ 
line-height: 1.3; 
    padding-bottom: 5px; 
}



/* 본문 제목 폰트*/ 
@media (min-width: 992px) { 
    .hd {height: 140px;}  /*본문 제목 위아래 높이 220px*/ 
    .hd-heading { 
font-size: 32px; 
    font-family: "Noto Sans CJK KR", "본고딕", "Noto Sans Korean", "맑은 고딕", "Malgun Gothic", "돋움", Dotum, sans-serif; 
    font-weight: 800; 
    } 
}

댓글

💲 추천 글