Différences entre les versions de « MediaWiki:Common.css »

Ligne 4 : Ligne 4 :
  
 
body,a,p,tr,td {
 
body,a,p,tr,td {
         font-family: 'Libre Baskerville'!important;
+
         font-family: 'Libre Baskerville', serif!important;
 
}
 
}
  

Version du 23 janvier 2019 à 17:12

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');

body,a,p,tr,td {
        font-family: 'Libre Baskerville', serif!important;
}

#mw-page-base {
	background: #fff !important;
}