MediaWiki:Common.css: Perbedaan antara revisi
Tampilan
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
| Baris 27: | Baris 27: | ||
} | } | ||
@import url( 'https://fonts.googleapis.com/ | @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); | ||
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | ||
body { | body { | ||
font-family: ' | font-family: 'Open Sans', sans-serif; | ||
} | } | ||
| Baris 37: | Baris 37: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: ' | font-family: 'Oswald'; | ||
} | } | ||