Différences entre les versions de « MediaWiki:Common.css »
| Ligne 1 : | Ligne 1 : | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | |||
| + | @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville'); | ||
body { | body { | ||
Version du 23 novembre 2018 à 18:50
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
body {
background: #fff !important;
font-family:'Libre Baskerville'!important;
}
#mw-page-base {
background: #fff !important;
}