사용자:Mykim5902/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
body {  
body {  
font-family: 'Noto Sans';
font-family: 'Noto Sans KR', sans-serif;
}
}



2015년 10월 15일 (목) 11:59 판

 @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body { 
 font-family: 'Noto Sans KR', sans-serif;
}

#libre_right_toc {
max-height: 580px;
}

@media print {
   a[href]:after {
     content: normal;
   }
}

html ,body
{
background-color: #407746;
}