MediaWiki:Common.css: Perbedaan antara revisi
Tampilan
Tidak ada ringkasan suntingan Tag: Dikembalikan |
Tidak ada ringkasan suntingan Tag: Dikembalikan |
||
| Baris 12: | Baris 12: | ||
/* 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'; | ||
} | } | ||
/* Bring the text to 14px */ | /* Bring the text to 14px */ | ||
#mw-content-text { | #mw-content-text { | ||
font-size: | font-size: 1em; | ||
} | } | ||