Διαφορά μεταξύ των αναθεωρήσεων του «MediaWiki:Common.css»
Μετάβαση στην πλοήγηση
Πήδηση στην αναζήτηση
(Νέα σελίδα με '→Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins: @import url( 'https://fonts.googleapis.com/css2?family=Roboto&display=sw...') |
|||
Γραμμή 1: | Γραμμή 1: | ||
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */ | /* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */ | ||
@import url( 'https://fonts.googleapis.com/ | @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): */ | /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | ||
body { | body { | ||
font-family: " | font-family: "Noto Sans", sans-serif; | ||
} | } | ||
Γραμμή 10: | Γραμμή 10: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: " | font-family: "Noto Serif", serif; | ||
} | } |
Αναθεώρηση της 14:25, 13 Σεπτεμβρίου 2021
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */ @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; }