Lompat ke isi

MediaWiki:Common.css: Perbedaan antara revisi

Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
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: 'Cambria';
   font-family: 'Roboto';
}
}


Baris 18: Baris 18:
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   font-family: 'Cambria';
   font-family: 'Roboto';
}
}