Lompat ke isi

MediaWiki:Common.css: Perbedaan antara revisi

Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
Baris 6: Baris 6:
#t-info { display: none; }
#t-info { display: none; }


@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
@import url( 'https://fonts.google.com/specimen/Source+Sans+Pro ');


/* 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: "Noto Sans", sans-serif;
   font-family: 'Source Sans Pro';
}
}


Baris 16: Baris 16:
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   font-family: "Noto Serif", serif;
   font-family: 'Source Sans Pro';
}
}