사용자:플루토/styles.css: 두 판 사이의 차이

(새 문서: @font-face { font-family: 'Noto Sans CJK KR'; font-style: normal; font-weight: 400; src: url(/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'), url(/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'), url(/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype'); } @font-face { font-family: 'Noto Sans CJK KR'; font-style: normal; font-weight: 700; src: url(/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'), url(/fonts/NotoSansKr/NotoSansKR-Bold.woff) fo...)
 
편집 요약 없음
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
@font-face {
@font-face {
font-family: 'Noto Sans CJK KR';
font-family: 'Noto Sans CJK KR';
font-style: normal;
font-style: normal;
font-weight: 400;
font-weight: normal;
src: url(/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
src: url(/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'), url(/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'), url(/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
url(/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
}
}


@font-face {
@font-face {
font-family: 'Noto Sans CJK KR';
font-family: 'Noto Sans CJK KR';
font-style: normal;
font-style: normal;
font-weight: 700;
font-weight: bold;
src: url(/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
src: url(/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'), url(/fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'), url(/fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
url(/fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
}
}



2023년 8월 4일 (금) 08:20 기준 최신판

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');

@font-face {
	font-family: 'Noto Sans CJK KR';
	font-style: normal;
	font-weight: normal;
	src: url(/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'), url(/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'), url(/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans CJK KR';
	font-style: normal;
	font-weight: bold;
	src: url(/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'), url(/fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'), url(/fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: Arial,"Noto Sans CJK KR","Noto Sans KR","Noto Sans","Apple SD Gothic Neo","Spoqa Han Sans","SpoqaHanSans","Noto Sans CJK KR","NanumBarunGothic","Nanum Gothic","KoPub Dotum","Malgun Gothic","맑은 고딕",sans-serif
}

h1, h2, h3, h4, h5, h6, b {
	font-family: Arial,"Noto Sans CJK KR","Noto Sans KR","Noto Sans","Apple SD Gothic Neo","Spoqa Han Sans","SpoqaHanSans","Noto Sans CJK KR","NanumBarunGothic","Nanum Gothic","KoPub Dotum","Malgun Gothic","맑은 고딕",sans-serif
}

.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
	font-size: 0.85rem;
}