"미디어위키:Common.css"의 두 판 사이의 차이

9번째 줄: 9번째 줄:
 
*, h1, h2, h3, h4, h5, h6, a, p, b, span, div {
 
*, h1, h2, h3, h4, h5, h6, a, p, b, span, div {
 
font-family: 'mainfont', sans-serif;
 
font-family: 'mainfont', sans-serif;
 +
font-size: calc(auto + 10px);
 
}
 
}
  

2023년 6월 10일 (토) 07:15 판

@font-face {
    font-family: 'mainfont';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.1/Dovemayo_gothic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* 폰트 후보 : ibm flex, 한국기계연구원 서체, 지마켓 산즈 */

*, h1, h2, h3, h4, h5, h6, a, p, b, span, div {
	font-family: 'mainfont', sans-serif;
	font-size: calc(auto + 10px);
}

embed {
	height: 1250px;
}

.footer-info-copyright {
	font-size: 10px;
}

.Liberty .nav-wrapper {
	box-shadow: none;
}

.Liberty .content-wrapper .liberty-footer {
	background-color: #fff;
	border: none;
}

@media all and (max-width: 768px){
	embed {
		height: 600px;
	}
}