Διαφορά μεταξύ των αναθεωρήσεων του «MediaWiki:Common.css»

Από retroDB
Μετάβαση στην πλοήγηση Πήδηση στην αναζήτηση
 
Γραμμή 1: Γραμμή 1:
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
@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: "Noto Sans", sans-serif;
   font-family: "Roboto Condensed", Roboto;
}
}


Γραμμή 10: Γραμμή 10:
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   font-family: "Noto Serif", serif;
   font-family: "Roboto Condensed", Roboto;
}
}

Τελευταία αναθεώρηση της 15: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;
}