MediaWiki:Common.css: Difference between revisions

From World Encyclopedia of Conductors
No edit summary
No edit summary
Line 42: Line 42:
@media screen{
@media screen{
body {
body {
font-family: Vesterbro;
font-family: Vesterbro, Sans-Serif;
}
}
}
}

Revision as of 17:36, 6 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) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Vesterbro;
  src: 
  local("Vesterbro"), 
  url(/resources/assets/Vesterbro-italic.woff2) format("woff2");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: Vesterbro;
  src: 
  local("Vesterbro"), 
  url(/resources/assets/Vesterbro-bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
}

#siteSub {
    display: block;
}

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

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

@media screen{
	body {
		font-family: Vesterbro, Sans-Serif;
	}
}