행위

미디어위키

"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.h1.firstHeading { display: none; }
+
body {font-family:"Nanum Gothic Coding", sans-serif}
body {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}
 
div.mw-geshi div,
 
div.mw-geshi div,

2020년 4월 1일 (수) 01:13 판

@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;
}