MediaWiki:Global.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/** GLOBAL FONT STYLES */
/** GLOBAL FONT STYLES */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


/* apply custom font styling throughout the wikifarm */
/* apply custom font styling throughout the wikifarm */
Line 16: Line 15:
.mw-content-container {
.mw-content-container {
max-width: 65em;
max-width: 65em;
}
.mobileonly {
display: none;
}
.nomobile {
display: initial;
}
}