"미디어위키:Chameleon.css"의 두 판 사이의 차이
이게위키
6번째 줄: | 6번째 줄: | ||
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding:400,700|Nanum+Gothic:400,700&display=swap&subset=korean'); | @import url('https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding:400,700|Nanum+Gothic:400,700&display=swap&subset=korean'); | ||
body { | body { | ||
− | font-family: 'Nanum Gothic', sans-serif; | + | --font-family-sans-serif: 'Nanum Gothic', sans-serif; |
− | font-family: 'Nanum Gothic Coding', monospace; | + | --font-family-monospace: 'Nanum Gothic Coding', monospace; |
} | } |
2019년 8월 19일 (월) 18:35 판
.mw-body .catlinks ul { display: inline; margin: 0; } .mw-body .catlinks ul > li { margin-right: 0!important; } #mw-navigation { display: none; } @import url('https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding:400,700|Nanum+Gothic:400,700&display=swap&subset=korean'); body { --font-family-sans-serif: 'Nanum Gothic', sans-serif; --font-family-monospace: 'Nanum Gothic Coding', monospace; }