MediaWiki:Common.css: Difference between revisions

From World Encyclopedia of Conductors
No edit summary
No edit summary
Line 13: Line 13:
font-family: Vesterbro;
font-family: Vesterbro;
font-variant: small-caps;
font-variant: small-caps;
}
#p-logo-text a.long {
font-size: 1.4em;
font-size: 1.4em;
}
}

Revision as of 21:31, 3 December 2025

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

#siteSub {
    display: block;
}

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

#p-logo-text a.long {
	font-size: 1.4em;
}