편집 요약 없음 |
편집 요약 없음 |
||
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: .95em !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.2; } | .airlines_info, .people_info { width: 240px; font-size: 90%; line-height: 1.2; } |
2023년 1월 19일 (목) 23:33 판
/* 구글 웹폰트 적용 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
body { font-size: .95em !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.2; }