Lompat ke isi

MediaWiki:Common.css: Perbedaan antara revisi

Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
Baris 5: Baris 5:
#n-recentchanges { display: none; }
#n-recentchanges { display: none; }
#t-info { display: none; }
#t-info { display: none; }
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: "Noto Sans", sans-serif;
}
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,
#content h2 {
  font-family: "Noto Serif", serif;
}


/* Reset italic styling set by user agent */
/* Reset italic styling set by user agent */