행위

미디어위키

"Common.css"의 두 판 사이의 차이

DB CAFE

1번째 줄: 1번째 줄:
 
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding")
 
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding")
body{
+
body {
font-family :"Nanum Gothic Coding", sans-serif;
+
font-family:"Nanum Gothic Coding", sans-serif;
 
}
 
}
 
div # content h1, div # content h2 {font-family : "Nanum Gothic Coding", serif}
 
div # content h1, div # content h2 {font-family : "Nanum Gothic Coding", serif}

2019년 12월 25일 (수) 13:15 판

@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding")
body {
	font-family:"Nanum Gothic Coding", sans-serif;
}
div # content h1, div # content h2 {font-family : "Nanum Gothic Coding", serif}
div.mw-geshi div,
div.mw-geshi div pre,
div.mw-geshi div span,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
    font-family: "Nanum Gothic Coding","나눔고딕코딩", serif, "Courier New" !important;
}