MediaWiki:Common.css: Difference between revisions

From World Encyclopedia of Conductors
No edit summary
No edit summary
Line 2: Line 2:
@font-face {
@font-face {
   font-family: Vesterbro;
   font-family: Vesterbro;
   src: local("Vesterbro"),  
   src:  
   url(/resources/assets/Vesterbro-regular.woff2);
  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;
}
}


Line 17: Line 38:
#p-logo-text a.long {
#p-logo-text a.long {
font-size: 1.4em;
font-size: 1.4em;
}
@media screen{
body {
font-family: Vesterbro;
}
}
}

Revision as of 17:35, 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;
	}
}