Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 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/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
#p-logo-text a {
mw-logo-wordmark {
   font-size:26px;
   font-size:26px;
   font-family: 'Roboto Condensed', sans-serif;
   font-family: 'Roboto Condensed', sans-serif;
   font-variant: normal;
   font-variant: normal;
}
}

Revision as of 18:54, 3 August 2024

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
mw-logo-wordmark {
   font-size:26px;
   font-family: 'Roboto Condensed', sans-serif;
   font-variant: normal;
}