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
Created page with "→‎CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap'); .mw-wiki-title { font-size:20px; font-family: 'Roboto Condensed', sans-serif; }"
 
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');
.mw-wiki-title {
.p-logo-text a {
   font-size:20px;
   font-size:20px;
   font-family: 'Roboto Condensed', sans-serif;
   font-family: 'Roboto Condensed', sans-serif;
}
}

Revision as of 17:57, 23 July 2023

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