편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
/* 구글 웹폰트 적용 */ | /* 구글 웹폰트 적용 */ | ||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap'); | ||
body { font-size: . | body { font-size: .98em !important; font-family: 'Apple SD Gothic Neo', 'Gowun Dodum', 'Hahmlet', 'Noto Serif KR', 'Noto Sans KR', 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; } | ||
wikitable { font-size: 90%; } | wikitable { font-size: 90%; } | ||
/* 항공사/인물 테이블 */ | |||
.airlines_info, .people_info { width: 240px; font-size: 90%; line-height: 1.5; } | .airlines_info, .people_info { width: 240px; font-size: 90%; line-height: 1.5; } | ||
/* 블릿 아래 여백 */ | |||
li { margin-bottom: unset; } |
2023년 1월 19일 (목) 23:38 판
/* 구글 웹폰트 적용 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
body { font-size: .98em !important; font-family: 'Apple SD Gothic Neo', 'Gowun Dodum', 'Hahmlet', 'Noto Serif KR', 'Noto Sans KR', 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; }
wikitable { font-size: 90%; }
/* 항공사/인물 테이블 */
.airlines_info, .people_info { width: 240px; font-size: 90%; line-height: 1.5; }
/* 블릿 아래 여백 */
li { margin-bottom: unset; }