(새 문서: →이 CSS 설정은 모든 스킨에 적용됩니다: @import url('/files/Han-NomGothic/stylesheet.css'); body, h1, h2, h3, h4, h5, h6 { font-family:'Apple SD Gothic Neo','Spoqa H...) |
編輯 要約 없음 |
||
1番째 줄: | 1番째 줄: | ||
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | ||
@ | @font-face { | ||
font-family: 'Han-Nom Gothic'; | |||
src: url('/files/Han-NomGothic/Han-NomGothic.eot'); | |||
src: url('/files/Han-NomGothic/Han-NomGothic.eot?#iefix') format('embedded-opentype'), | |||
url('/files/Han-NomGothic/Han-NomGothic.woff2') format('woff2'), | |||
url('/files/Han-NomGothic/Han-NomGothic.woff') format('woff'); | |||
font-weight: normal; | |||
font-style: normal; | |||
font-display: swap; | |||
} | |||
body, h1, h2, h3, h4, h5, h6 { | body, h1, h2, h3, h4, h5, h6 { | ||
font-family:'Apple SD Gothic Neo','Spoqa Han Sans','SpoqaHanSans','Noto Sans KR','Noto Sans','Noto Sans CJK KR','NanumBarunGothic','Nanum Gothic','KoPub Dotum','Malgun Gothic','맑은 고딕','Han-Nom Gothic',sans-serif; | font-family:'Apple SD Gothic Neo','Spoqa Han Sans','SpoqaHanSans','Noto Sans KR','Noto Sans','Noto Sans CJK KR','NanumBarunGothic','Nanum Gothic','KoPub Dotum','Malgun Gothic','맑은 고딕','Han-Nom Gothic',sans-serif; | ||
margin:0 | margin:0 | ||
} | } |
2020年8月28日(金)07時40分 版
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ @font-face { font-family: 'Han-Nom Gothic'; src: url('/files/Han-NomGothic/Han-NomGothic.eot'); src: url('/files/Han-NomGothic/Han-NomGothic.eot?#iefix') format('embedded-opentype'), url('/files/Han-NomGothic/Han-NomGothic.woff2') format('woff2'), url('/files/Han-NomGothic/Han-NomGothic.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } body, h1, h2, h3, h4, h5, h6 { font-family:'Apple SD Gothic Neo','Spoqa Han Sans','SpoqaHanSans','Noto Sans KR','Noto Sans','Noto Sans CJK KR','NanumBarunGothic','Nanum Gothic','KoPub Dotum','Malgun Gothic','맑은 고딕','Han-Nom Gothic',sans-serif; margin:0 }