편집
54,672
번
항공위키는 항공, 비행, 여행과 관련된 내용만 취급하고 있습니다.
그 외 콘텐츠나, 파일 등은 삭제 혹은 변경될 수 있으니 양해하여 주시기 바랍니다.
항공위키는 항공, 비행, 여행과 관련된 내용만 취급하고 있습니다. 그 외 콘텐츠나, 파일 등은 삭제 혹은 변경될 수 있으니 양해하여 주시기 바랍니다.
편집 요약 없음 |
편집 요약 없음 |
||
2번째 줄: | 2번째 줄: | ||
@font-face { | @font-face { | ||
font-family: 'HanjinGroupSans | font-family: 'HanjinGroupSans'; | ||
src:url('./fonts/HanjinGroupSans-Light.ttf') format('woff'), | src:url('./fonts/HanjinGroupSans-Light.ttf') format('woff'), url('./fonts/HanjinGroupSans-Light.ttf') format('woff2'); | ||
font-weight: 300; | |||
/ | } | ||
/ | |||
@font-face { | |||
font-family: 'HanjinGroupSans'; | |||
src:url('./fonts/HanjinGroupSans-Regular.ttf') format('woff'), url('./fonts/HanjinGroupSans-Regular.ttf') format('woff2'); | |||
font-weight: 500; | |||
} | |||
@font-face { | |||
font-family: 'HanjinGroupSans'; | |||
src:url('./fonts/HanjinGroupSans-Bold.ttf') format('woff'), url('./fonts/HanjinGroupSans-Bold.ttf') format('woff2'); | |||
font-weight: 700; | |||
} | } | ||
12번째 줄: | 22번째 줄: | ||
@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap"); | @import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap"); | ||
/* body { font-family: 'Noto Sans CJK', 'Apple SD Gothic Neo', '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; font-size: 0.98em; color: #000; background: #fff; } */ | /* body { font-family: 'Noto Sans CJK', 'Apple SD Gothic Neo', '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; font-size: 0.98em; color: #000; background: #fff; } */ | ||
body { font-family: 'HanjinGroupSans | body { font-family: 'HanjinGroupSans'; font-size: 0.98em; color: #000; /* background: #fff; */ } | ||
/* 비주얼에디터 */ | /* 비주얼에디터 */ |