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