Difference between revisions of "MediaWiki:Common.css"

From Life After BOB Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
   font-family: Akzidenz-Grotesk-Medium;
 
   font-family: Akzidenz-Grotesk-Medium;
 
   src: url(https://labxwiki.s3.us-east-2.amazonaws.com/resources/fonts/Akzidenz-Grotesk-Medium.otf);
 
   src: url(https://labxwiki.s3.us-east-2.amazonaws.com/resources/fonts/Akzidenz-Grotesk-Medium.otf);
 +
}
 +
 +
@font-face {
 +
  font-family: Roboto-Condensed-Regular;
 +
  src: url(https://labxwiki.s3.us-east-2.amazonaws.com/resources/fonts/RobotoCondensed-Regular.ttf);
 
}
 
}
 
body {
 
body {
 
   font-size: large;
 
   font-size: large;
   font-family: "Akzidenz-Grotesk-Medium";
+
   font-family: "Roboto-Condensed-Regular";
 
}
 
}

Revision as of 21:38, 20 May 2021

/* CSS placed here will be applied to all skins */
@font-face {
  font-family: Akzidenz-Grotesk-Medium;
  src: url(https://labxwiki.s3.us-east-2.amazonaws.com/resources/fonts/Akzidenz-Grotesk-Medium.otf);
}

@font-face {
  font-family: Roboto-Condensed-Regular;
  src: url(https://labxwiki.s3.us-east-2.amazonaws.com/resources/fonts/RobotoCondensed-Regular.ttf);
}
body {
  font-size: large;
  font-family: "Roboto-Condensed-Regular";
}