MediaWiki:Common.css: Difference between revisions

From World Encyclopedia of Conductors
Created page with "CSS placed here will be applied to all skins: #siteSub { display: block; }"
 
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 */
@font-face {
  font-family: Vesterbro;
  src: url(/resources/assets/Vesterbro-regular.woff2);
}
#siteSub {
#siteSub {
     display: block;
     display: block;
}
#p-logo-text a {
font-family: Vesterbro;
font-variant: small-caps;
}
}

Revision as of 21:25, 3 December 2025

/* CSS placed here will be applied to all skins */
@font-face {
  font-family: Vesterbro;
  src: url(/resources/assets/Vesterbro-regular.woff2);
}

#siteSub {
    display: block;
}

#p-logo-text a {
	font-family: Vesterbro;
	font-variant: small-caps;
}