MediaWiki:Common.css: Difference between revisions
Appearance
	
	
|  Created page with "→CSS placed here will be applied to all skins:  @import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap'); .mw-logo-wordmark{   font-family: "Audiowide", sans-serif;   font-weight: 400;   font-style: normal; }" | 
| (No difference) | 
Revision as of 00:52, 22 March 2025
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
.mw-logo-wordmark{
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}