MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
remove styles that have been added to global.css
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
.mw-body-content p {
font-family: 'Merriweather', serif;
text-align: justify;
}

.mobileonly {
display: none;
}

.nomobile {
display: initial;
}

/*
/*
* This is the CSS common to all desktop skins on en.Wikipedia.
* This is the CSS common to all desktop skins on en.Wikipedia.