MediaWiki:Common.css: Perbedaan antara revisi
Dari indonesiapedia
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
| Baris 1: | Baris 1: | ||
/ | @import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif' ); | ||
body { font-family: " | /* 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 | #content h1, | ||
#content | #content h2 { | ||
font-family: "Noto Serif", serif; | |||
} | |||
Revisi per 10 April 2026 08.35
@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;
}
