MediaWiki:Common.css: Perbedaan antara revisi
Tampilan
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
| Baris 8: | Baris 8: | ||
#t-permalink { display: none; } | #t-permalink { display: none; } | ||
@import url( 'https://fonts.googleapis.com/css?family= | @import url( 'https://fonts.googleapis.com/css?family=Lateef '); | ||
/* 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: 'Lateef'; | ||
} | } | ||
| Baris 18: | Baris 18: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: ' | font-family: 'Lateef'; | ||
} | } | ||