본문 바로가기
정보

[티스토리] 오디세이(Odyssey) 스킨 편집 #4 _ 목록(베이직 타입) 제목 폰트 사이즈/두께 편집

by 나도잘 2020. 11. 9.
반응형

 

 

메인 페이지는 기본 목록 스타일 [베이직 타입]으로 설정했다.

목록 제목폰트 크기와 간격을 조절하고 싶어서 찾아봤다.

 

margin-bottom: 5px; - 제목 폰트와 본문 글 사이 간격

font-size: 15px; - 제목폰트 사이즈

font-weight: 500; - 제목폰트 두께 (숫자가 클수록 Bold 타입으로 변경)

line-height: 1.67; - 두줄 이상 되는 제목 폰트 행간

 

.article-type- .title,
.article-type-thumbnail .title {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
}

margin-bottom: 5px; font-size: 15px; font-weight: 500; line-height: 1.67;

 

margin-bottom: 8px; font-size: 19px; font-weight: 500; line-height: 1.5;

 


나도잘

by. nadojal

반응형

댓글