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 | @import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif+Display' ); | ||
/* 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 | font-family: "Noto Sans", sans-serif; | ||
} | } | ||
| Baris 9: | Baris 9: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: "Noto Serif", serif; | font-family: "Noto Serif Display", serif; | ||
} | } | ||
Revisi per 10 April 2026 09.10
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif+Display' );
/* 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 Display", serif;
}
